Shades of Razzle Dazzle Rose #EE2BCC
Tints of Razzle Dazzle Rose #EE2BCC
RGB
CMYK
RGB Variations
Color information
#EE2BCC (or 0xEE2BCC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2B and CC. RGB value is (238,43,204). Sum of RGB (Red+Green+Blue) = 238+43+204=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2BCC is #11D433. Grayscale: #777777. Windows color (decimal): -1168436 or 13380590. OLE color: 13380590.
HSL color Cylindrical-coordinate representation of color #EE2BCC: hue angle of 310.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 #EE2BCC is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 43 | 204 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.07 |
| HSL | 310.46º | 0.85% | 0.55% | - |
| HSV(B) | 310.46º | 0.82% | 0.93% | - |
| XYZ | 47.02 | 24.26 | 59.33 | - |
| YUV | 119.66 | 175.6 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 43 | 204 | 0 | 0.82 | 0.14 | 0.07 | 310.46 | 0.85 | 0.55 |
| Hex | EE | 2B | CC | 0 | 52 | E | 7 | 136 | 55 | 37 |
| Octal | 356 | 53 | 314 | 0 | 122 | 16 | 7 | 466 | 125 | 67 |
| Binary | 11101110 | 101011 | 11001100 | 0 | 1010010 | 1110 | 111 | 100110110 | 1010101 | 110111 |
Color Harmonies of #EE2BCC
Complementary color
Monochromatic Colors of #EE2BCC
Black with #EE2BCC
Text Example
Text Example
White with #EE2BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2BCC; }
p { color: rgb(238,43,204); }
H1.HeaderClassName
{
color: #EE2BCC;
}
.AnyTagClassName
{
color: #EE2BCC;
}
</style>
background-color css
<style>
a { background-color: #EE2BCC; }
a { background-color: rgb(238,43,204); }
div.DivClassName
{
background-color: #EE2BCC;
}
.BgClassName
{
background-color: #EE2BCC;
}
</style>
border-color css
<style>
span { border-color: #EE2BCC; }
span { border-color: rgb(238,43,204); }
td.TdClassName
{
border-color: #EE2BCC;
}
.TagClassName
{
border-color: #EE2BCC;
}
</style>