#EE2BD8

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

Shades of Razzle Dazzle Rose #EE2BD8

Tints of Razzle Dazzle Rose #EE2BD8

Color information

#EE2BD8 (or 0xEE2BD8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 2B and D8. RGB value is (238,43,216). Sum of RGB (Red+Green+Blue) = 238+43+216=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 43 (17.19% from 255 or 8.65% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2BD8 is #11D427. Grayscale: #787878. Windows color (decimal): -1168424 or 14167022. OLE color: 14167022.

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

Color convert

RGB23843216-
CMYK00.820.090.07
HSL306.77º85.15%55.1%-
HSV(B)306.77º81.93%93.33%-
XYZ48.5224.8667.21-
YUV121.03181.6211.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.89%
GREEN value IS 43 (17.19% from 255) = 8.65%
BLUE value IS 216 (84.77% from 255) = 43.46%
R=47.89%
G=8.65%
B=43.46%

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
Decimal2384321600.820.090.07306.7785.1555.1
HexEE2BD8052971335537
Octal35653330012211746312567
Binary11101110101011110110000101001010011111001100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2BD8; }

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

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

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

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

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

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

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

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