#ee2cb9

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

Shades of Razzle Dazzle Rose #EE2CB9

Tints of Razzle Dazzle Rose #EE2CB9

Color information

#EE2CB9 (or 0xEE2CB9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 2C and B9. RGB value is (238,44,185). Sum of RGB (Red+Green+Blue) = 238+44+185=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2CB9 is #11D346. Grayscale: #757575. Windows color (decimal): -1168199 or 12135662. OLE color: 12135662.

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

Color convert

RGB23844185-
CMYK00.820.220.07
HSL316.39º85.09%55.29%-
HSV(B)316.39º81.51%93.33%-
XYZ44.9223.4848.06-
YUV118.08165.77213.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.96%
GREEN value IS 44 (17.58% from 255) = 9.42%
BLUE value IS 185 (72.66% from 255) = 39.61%
R=50.96%
G=9.42%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2384418500.820.220.07316.3985.0955.29
HexEE2CB905216713c5537
Octal35654271012226747412567
Binary111011101011001011100101010010101101111001111001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee2cb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee2cb9; }

 p { color: rgb(238,44,185); }

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

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

 a { background-color: rgb(238,44,185); }

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

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

 span { border-color: rgb(238,44,185); }

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