#ED5EA9

Color #ED5EA9 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #ED5EA9

Tints of Brilliant Rose #ED5EA9

Color information

#ED5EA9 (or 0xED5EA9) is unknown color: approx Brilliant Rose. HEX triplet: ED, 5E and A9. RGB value is (237,94,169). Sum of RGB (Red+Green+Blue) = 237+94+169=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5EA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5EA9 is #12A156. Grayscale: #919191. Windows color (decimal): -1220951 or 11099885. OLE color: 11099885.

HSL color Cylindrical-coordinate representation of color #ED5EA9: hue angle of 328.53º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5EA9 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB23794169-
CMYK00.600.290.07
HSL328.53º79.89%64.9%-
HSV(B)328.53º60.34%92.94%-
XYZ46.0928.8740.68-
YUV145.31141.38193.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 47.4%
GREEN value IS 94 (37.11% from 255) = 18.8%
BLUE value IS 169 (66.41% from 255) = 33.8%
R=47.4%
G=18.8%
B=33.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379416900.600.290.07328.5379.8964.9
HexED5EA903C1D71495041
Octal355136251074357511120101
Binary1110110110111101010100101111001110111110100100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5EA9; }

 p { color: rgb(237,94,169); }

 H1.HeaderClassName
 {
   color: #ED5EA9;
 }
 .AnyTagClassName
 {
   color: #ED5EA9;
 }
</style>
background-color css

<style>
 a { background-color: #ED5EA9; }

 a { background-color: rgb(237,94,169); }

 div.DivClassName
 {
   background-color: #ED5EA9;
 }
 .BgClassName
 {
   background-color: #ED5EA9;
 }
</style>
border-color css

<style>
 span { border-color: #ED5EA9; }

 span { border-color: rgb(237,94,169); }

 td.TdClassName
 {
   border-color: #ED5EA9;
 }
 .TagClassName
 {
   border-color: #ED5EA9;
 }
</style>