#EE4EBD

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

Shades of Razzle Dazzle Rose #EE4EBD

Tints of Razzle Dazzle Rose #EE4EBD

Color information

#EE4EBD (or 0xEE4EBD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 4E and BD. RGB value is (238,78,189). Sum of RGB (Red+Green+Blue) = 238+78+189=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4EBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4EBD is #11B142. Grayscale: #8A8A8A. Windows color (decimal): -1159491 or 12406510. OLE color: 12406510.

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

Color convert

RGB23878189-
CMYK00.670.210.07
HSL318.38º82.47%61.96%-
HSV(B)318.38º67.23%93.33%-
XYZ47.1727.350.93-
YUV138.49156.51198.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.13%
GREEN value IS 78 (30.86% from 255) = 15.45%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=47.13%
G=15.45%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387818900.670.210.07318.3882.4761.96
HexEE4EBD04315713e523e
Octal356116275010325747612276
Binary1110111010011101011110101000011101011111001111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4EBD; }

 p { color: rgb(238,78,189); }

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

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

 a { background-color: rgb(238,78,189); }

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

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

 span { border-color: rgb(238,78,189); }

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