Shades of Razzle Dazzle Rose #EE4CC0
Tints of Razzle Dazzle Rose #EE4CC0
RGB
CMYK
RGB Variations
Color information
#EE4CC0 (or 0xEE4CC0) is known color: Razzle Dazzle Rose. HEX triplet: EE, 4C and C0. RGB value is (238,76,192). Sum of RGB (Red+Green+Blue) = 238+76+192=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4CC0 is #11B33F. Grayscale: #898989. Windows color (decimal): -1160000 or 12602606. OLE color: 12602606.
HSL color Cylindrical-coordinate representation of color #EE4CC0: hue angle of 317.04º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4CC0 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 76 | 192 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.07 |
| HSL | 317.04º | 0.83% | 0.62% | - |
| HSV(B) | 317.04º | 0.68% | 0.93% | - |
| XYZ | 47.36 | 27.15 | 52.61 | - |
| YUV | 137.66 | 158.67 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 76 | 192 | 0 | 0.68 | 0.19 | 0.07 | 317.04 | 0.83 | 0.62 |
| Hex | EE | 4C | C0 | 0 | 44 | 13 | 7 | 13D | 53 | 3E |
| Octal | 356 | 114 | 300 | 0 | 104 | 23 | 7 | 475 | 123 | 76 |
| Binary | 11101110 | 1001100 | 11000000 | 0 | 1000100 | 10011 | 111 | 100111101 | 1010011 | 111110 |
Color Harmonies of #EE4CC0
Complementary color
Monochromatic Colors of #EE4CC0
Black with #EE4CC0
Text Example
Text Example
White with #EE4CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4CC0; }
p { color: rgb(238,76,192); }
H1.HeaderClassName
{
color: #EE4CC0;
}
.AnyTagClassName
{
color: #EE4CC0;
}
</style>
background-color css
<style>
a { background-color: #EE4CC0; }
a { background-color: rgb(238,76,192); }
div.DivClassName
{
background-color: #EE4CC0;
}
.BgClassName
{
background-color: #EE4CC0;
}
</style>
border-color css
<style>
span { border-color: #EE4CC0; }
span { border-color: rgb(238,76,192); }
td.TdClassName
{
border-color: #EE4CC0;
}
.TagClassName
{
border-color: #EE4CC0;
}
</style>