#EE2BD9

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

Shades of Razzle Dazzle Rose #EE2BD9

Tints of Razzle Dazzle Rose #EE2BD9

Color information

#EE2BD9 (or 0xEE2BD9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 2B and D9. RGB value is (238,43,217). Sum of RGB (Red+Green+Blue) = 238+43+217=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 43 (17.19% from 255 or 8.63% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2BD9 is #11D426. Grayscale: #787878. Windows color (decimal): -1168423 or 14232558. OLE color: 14232558.

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

Color convert

RGB23843217-
CMYK00.820.090.07
HSL306.46º85.15%55.1%-
HSV(B)306.46º81.93%93.33%-
XYZ48.6524.9167.89-
YUV121.14182.1211.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.79%
GREEN value IS 43 (17.19% from 255) = 8.63%
BLUE value IS 217 (85.16% from 255) = 43.57%
R=47.79%
G=8.63%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2384321700.820.090.07306.4685.1555.1
HexEE2BD9052971325537
Octal35653331012211746212567
Binary11101110101011110110010101001010011111001100101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2BD9; }

 p { color: rgb(238,43,217); }

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

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

 a { background-color: rgb(238,43,217); }

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

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

 span { border-color: rgb(238,43,217); }

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