Shades of Razzle Dazzle Rose #E942C0
Tints of Razzle Dazzle Rose #E942C0
RGB
CMYK
RGB Variations
Color information
#E942C0 (or 0xE942C0) is known color: Razzle Dazzle Rose. HEX triplet: E9, 42 and C0. RGB value is (233,66,192). Sum of RGB (Red+Green+Blue) = 233+66+192=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E942C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E942C0 is #16BD3F. Grayscale: #818181. Windows color (decimal): -1490240 or 12600041. OLE color: 12600041.
HSL color Cylindrical-coordinate representation of color #E942C0: hue angle of 314.73º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E942C0 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 192 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.09 |
| HSL | 314.73º | 0.79% | 0.59% | - |
| HSV(B) | 314.73º | 0.72% | 0.91% | - |
| XYZ | 45.07 | 25.03 | 52.32 | - |
| YUV | 130.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 192 | 0 | 0.72 | 0.18 | 0.09 | 314.73 | 0.79 | 0.59 |
| Hex | E9 | 42 | C0 | 0 | 48 | 12 | 9 | 13B | 4F | 3B |
| Octal | 351 | 102 | 300 | 0 | 110 | 22 | 11 | 473 | 117 | 73 |
| Binary | 11101001 | 1000010 | 11000000 | 0 | 1001000 | 10010 | 1001 | 100111011 | 1001111 | 111011 |
Color Harmonies of #E942C0
Complementary color
Monochromatic Colors of #E942C0
Black with #E942C0
Text Example
Text Example
White with #E942C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E942C0; }
p { color: rgb(233,66,192); }
H1.HeaderClassName
{
color: #E942C0;
}
.AnyTagClassName
{
color: #E942C0;
}
</style>
background-color css
<style>
a { background-color: #E942C0; }
a { background-color: rgb(233,66,192); }
div.DivClassName
{
background-color: #E942C0;
}
.BgClassName
{
background-color: #E942C0;
}
</style>
border-color css
<style>
span { border-color: #E942C0; }
span { border-color: rgb(233,66,192); }
td.TdClassName
{
border-color: #E942C0;
}
.TagClassName
{
border-color: #E942C0;
}
</style>