Shades of Razzle Dazzle Rose #EE3AC0
Tints of Razzle Dazzle Rose #EE3AC0
RGB
CMYK
RGB Variations
Color information
#EE3AC0 (or 0xEE3AC0) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3A and C0. RGB value is (238,58,192). Sum of RGB (Red+Green+Blue) = 238+58+192=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3AC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3AC0 is #11C53F. Grayscale: #7E7E7E. Windows color (decimal): -1164608 or 12597998. OLE color: 12597998.
HSL color Cylindrical-coordinate representation of color #EE3AC0: hue angle of 315.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3AC0 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 192 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.07 |
| HSL | 315.33º | 0.84% | 0.58% | - |
| HSV(B) | 315.33º | 0.76% | 0.93% | - |
| XYZ | 46.29 | 25.01 | 52.26 | - |
| YUV | 127.1 | 164.63 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 192 | 0 | 0.76 | 0.19 | 0.07 | 315.33 | 0.84 | 0.58 |
| Hex | EE | 3A | C0 | 0 | 4C | 13 | 7 | 13B | 54 | 3A |
| Octal | 356 | 72 | 300 | 0 | 114 | 23 | 7 | 473 | 124 | 72 |
| Binary | 11101110 | 111010 | 11000000 | 0 | 1001100 | 10011 | 111 | 100111011 | 1010100 | 111010 |
Color Harmonies of #EE3AC0
Complementary color
Monochromatic Colors of #EE3AC0
Black with #EE3AC0
Text Example
Text Example
White with #EE3AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3AC0; }
p { color: rgb(238,58,192); }
H1.HeaderClassName
{
color: #EE3AC0;
}
.AnyTagClassName
{
color: #EE3AC0;
}
</style>
background-color css
<style>
a { background-color: #EE3AC0; }
a { background-color: rgb(238,58,192); }
div.DivClassName
{
background-color: #EE3AC0;
}
.BgClassName
{
background-color: #EE3AC0;
}
</style>
border-color css
<style>
span { border-color: #EE3AC0; }
span { border-color: rgb(238,58,192); }
td.TdClassName
{
border-color: #EE3AC0;
}
.TagClassName
{
border-color: #EE3AC0;
}
</style>