Shades of Razzle Dazzle Rose #EE2FCC
Tints of Razzle Dazzle Rose #EE2FCC
RGB
CMYK
RGB Variations
Color information
#EE2FCC (or 0xEE2FCC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2F and CC. RGB value is (238,47,204). Sum of RGB (Red+Green+Blue) = 238+47+204=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2FCC is #11D033. Grayscale: #797979. Windows color (decimal): -1167412 or 13381614. OLE color: 13381614.
HSL color Cylindrical-coordinate representation of color #EE2FCC: hue angle of 310.68º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE2FCC is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 47 | 204 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.07 |
| HSL | 310.68º | 0.85% | 0.56% | - |
| HSV(B) | 310.68º | 0.8% | 0.93% | - |
| XYZ | 47.18 | 24.57 | 59.38 | - |
| YUV | 122.01 | 174.28 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 47 | 204 | 0 | 0.80 | 0.14 | 0.07 | 310.68 | 0.85 | 0.56 |
| Hex | EE | 2F | CC | 0 | 50 | E | 7 | 137 | 55 | 38 |
| Octal | 356 | 57 | 314 | 0 | 120 | 16 | 7 | 467 | 125 | 70 |
| Binary | 11101110 | 101111 | 11001100 | 0 | 1010000 | 1110 | 111 | 100110111 | 1010101 | 111000 |
Color Harmonies of #EE2FCC
Complementary color
Monochromatic Colors of #EE2FCC
Black with #EE2FCC
Text Example
Text Example
White with #EE2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2FCC; }
p { color: rgb(238,47,204); }
H1.HeaderClassName
{
color: #EE2FCC;
}
.AnyTagClassName
{
color: #EE2FCC;
}
</style>
background-color css
<style>
a { background-color: #EE2FCC; }
a { background-color: rgb(238,47,204); }
div.DivClassName
{
background-color: #EE2FCC;
}
.BgClassName
{
background-color: #EE2FCC;
}
</style>
border-color css
<style>
span { border-color: #EE2FCC; }
span { border-color: rgb(238,47,204); }
td.TdClassName
{
border-color: #EE2FCC;
}
.TagClassName
{
border-color: #EE2FCC;
}
</style>