#EE4DAF

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

Shades of Brilliant Rose #EE4DAF

Tints of Brilliant Rose #EE4DAF

Color information

#EE4DAF (or 0xEE4DAF) is unknown color: approx Brilliant Rose. HEX triplet: EE, 4D and AF. RGB value is (238,77,175). Sum of RGB (Red+Green+Blue) = 238+77+175=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE4DAF is #11B250. Grayscale: #888888. Windows color (decimal): -1159761 or 11488750. OLE color: 11488750.

HSL color Cylindrical-coordinate representation of color #EE4DAF: hue angle of 323.48º 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 #EE4DAF is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB23877175-
CMYK00.680.260.07
HSL323.48º82.56%61.76%-
HSV(B)323.48º67.65%93.33%-
XYZ45.6526.5843.28-
YUV136.31149.84200.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.57%
GREEN value IS 77 (30.47% from 255) = 15.71%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=48.57%
G=15.71%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387717500.680.260.07323.4882.5661.76
HexEE4DAF0441A7143533e
Octal356115257010432750312376
Binary1110111010011011010111101000100110101111010000111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4DAF; }

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

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

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

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

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

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

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

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