COLOR #ED65AF

HEX: #ED65AF
RGB: (237,101,175)

Color info

#ED65AF contains mainly red color. Web safe color of #ED65AF is #FF6699 (or #F69).

RGB color model

#ED65AF color RGB value is (237,101,175).

  • red value is 237;
  • green value is 101;
  • blue value is 175.
RGB:
(237,101,175)
(93%,40%,69%)

RGB channels and saturation

R 237 of 255 = 93%
G 101 of 255 = 40%
B 175 of 255 = 69%

237
101
175

R + G + B ~ 67%. #ED65AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 101 + 175 = 513 (100%)
R 237 of 513 ~ 46.2%
G 101 of 513 ~ 19.69%
B 175 of 513 ~ 34.11%

%46.2
%19.69
%34.11

CMYK color model

#ED65AF color CMYK value is (0,57,26,7).

  • cyan value is 0.00%
  • magenta value is 57.38%
  • yellow value is 26.16%
  • key color value is 7.06%
CMYK:
(0,57,26,7)
C0M57Y26K7 
(0%,57%,26%,7%)
(0.00/0.57/0.26/0.07)	

CMYK percentages

%0
%57.38
%26.16
%7.06

Codes

Color #ED65AF in popluar color models

ED65AF
RGB237101175
HSL327°79.07%66.27%
HSB/HSV327°57.38%92.94%
CMYK0.00%57.38%26.16%
7.06%

Color #ED65AF in popluar number systems.

HEXED65AF
Decimal237101175
Binary11101101110010110101111
Octal355145257

Shades and tints

Shades of #ED65AF

#ED65AF
(237,101,175)
#D85CA0
(216,92,160)
#C35391
(195,83,145)
#AE4A82
(174,74,130)
#994173
(153,65,115)
#843864
(132,56,100)
#6F2F55
(111,47,85)
#5A2646
(90,38,70)
#451D37
(69,29,55)
#301428
(48,20,40)
#1B0B19
(27,11,25)
#000000
(0,0,0)

Tints of #ED65AF

#ED65AF
(237,101,175)
#EE73B6
(238,115,182)
#EF81BD
(239,129,189)
#F08FC4
(240,143,196)
#F19DCB
(241,157,203)
#F2ABD2
(242,171,210)
#F3B9D9
(243,185,217)
#F4C7E0
(244,199,224)
#F5D5E7
(245,213,231)
#F6E3EE
(246,227,238)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED65AF color. Also use rgb(237,101,175) instead hex code.

Text Font Color

.myTextColor { color: #ED65AF; }

<p style="color:#ED65AF">This sample text font color is #ED65AF.</p>

This text font color is #ED65AF.


Background Color

.myBgColor { background-color: #ED65AF; }

<div style="background-color:#ED65AF">Inner text</div>

This div background color is #ED65AF.


Border color

.myBorderColor { border: 1px solid #ED65AF; }

<div style="border:3px solid #ED65AF">Div</div>

This div border color is #ED65AF.


Opacity

.myOpacity80 { color: #ED65AF; opacity: 0.8; }

<p style="color:#ED65AF;opacity:0.8;">80%</p>

Text with #ED65AF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ED65AF;}

<p style="text-shadow: 3px 3px 1px #ED65AF">Text here.</p>

This text has shadow with #ED65AF color.

.textShadow {text-shadow: 3px 3px 1px #ED65AF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ED65AF, 5px 5px 20px red">Text here.</p>

This text has shadow with #ED65AF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED65AF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ED65AF, Direction=45, Strength=4)">Text</p>

This text has shadow with #ED65AF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ED65AF;
  -webkit-box-shadow:	1px 1px 3px 2px #ED65AF;
  box-shadow:		1px 1px 3px 2px #ED65AF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED65AF;
-webkit-box-shadow: 1px 1px 3px 2px #ED65AF;
box-shadow:1px 1px 3px 2px #ED65AF;">
Div content here</div>
This div box has shadow with color #ED65AF.

Preview

Color preview on black background

This text has color #ED65AF on black background.


Color preview on white background

This text has color #ED65AF on white background.



Black color preview on #ED65AF background

This text has black color on #ED65AF background.


White color preview on #ED65AF background

This text has white color on #ED65AF background.