#EE4DAE

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

Shades of Brilliant Rose #EE4DAE

Tints of Brilliant Rose #EE4DAE

Color information

#EE4DAE (or 0xEE4DAE) is unknown color: approx Brilliant Rose. HEX triplet: EE, 4D and AE. RGB value is (238,77,174). Sum of RGB (Red+Green+Blue) = 238+77+174=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE4DAE is #11B251. Grayscale: #878787. Windows color (decimal): -1159762 or 11423214. OLE color: 11423214.

HSL color Cylindrical-coordinate representation of color #EE4DAE: hue angle of 323.85º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4DAE is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB23877174-
CMYK00.680.270.07
HSL323.85º82.56%61.76%-
HSV(B)323.85º67.65%93.33%-
XYZ45.5526.5442.77-
YUV136.2149.34200.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.67%
GREEN value IS 77 (30.47% from 255) = 15.75%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=48.67%
G=15.75%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387717400.680.270.07323.8582.5661.76
HexEE4DAE0441B7144533e
Octal356115256010433750412376
Binary1110111010011011010111001000100110111111010001001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4DAE; }

 p { color: rgb(238,77,174); }

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

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

 a { background-color: rgb(238,77,174); }

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

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

 span { border-color: rgb(238,77,174); }

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