#EE5DA9

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

Shades of Brilliant Rose #EE5DA9

Tints of Brilliant Rose #EE5DA9

Color information

#EE5DA9 (or 0xEE5DA9) is unknown color: approx Brilliant Rose. HEX triplet: EE, 5D and A9. RGB value is (238,93,169). Sum of RGB (Red+Green+Blue) = 238+93+169=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5DA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5DA9 is #11A256. Grayscale: #909090. Windows color (decimal): -1155671 or 11099630. OLE color: 11099630.

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

Color convert

RGB23893169-
CMYK00.610.290.07
HSL328.55º81.01%64.9%-
HSV(B)328.55º60.92%93.33%-
XYZ46.3428.8740.67-
YUV145.02141.54194.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.6%
GREEN value IS 93 (36.72% from 255) = 18.6%
BLUE value IS 169 (66.41% from 255) = 33.8%
R=47.6%
G=18.6%
B=33.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389316900.610.290.07328.5581.0164.9
HexEE5DA903D1D71495141
Octal356135251075357511121101
Binary1110111010111011010100101111011110111110100100110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5DA9; }

 p { color: rgb(238,93,169); }

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

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

 a { background-color: rgb(238,93,169); }

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

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

 span { border-color: rgb(238,93,169); }

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