Shades of Razzle Dazzle Rose #E942C5
Tints of Razzle Dazzle Rose #E942C5
RGB
CMYK
RGB Variations
Color information
#E942C5 (or 0xE942C5) is known color: Razzle Dazzle Rose. HEX triplet: E9, 42 and C5. RGB value is (233,66,197). Sum of RGB (Red+Green+Blue) = 233+66+197=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E942C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E942C5 is #16BD3A. Grayscale: #828282. Windows color (decimal): -1490235 or 12927721. OLE color: 12927721.
HSL color Cylindrical-coordinate representation of color #E942C5: hue angle of 312.93º 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 #E942C5 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 197 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.09 |
| HSL | 312.93º | 0.79% | 0.59% | - |
| HSV(B) | 312.93º | 0.72% | 0.91% | - |
| XYZ | 45.63 | 25.25 | 55.29 | - |
| YUV | 130.87 | 165.33 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 197 | 0 | 0.72 | 0.15 | 0.09 | 312.93 | 0.79 | 0.59 |
| Hex | E9 | 42 | C5 | 0 | 48 | F | 9 | 139 | 4F | 3B |
| Octal | 351 | 102 | 305 | 0 | 110 | 17 | 11 | 471 | 117 | 73 |
| Binary | 11101001 | 1000010 | 11000101 | 0 | 1001000 | 1111 | 1001 | 100111001 | 1001111 | 111011 |
Color Harmonies of #E942C5
Complementary color
Monochromatic Colors of #E942C5
Black with #E942C5
Text Example
Text Example
White with #E942C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E942C5; }
p { color: rgb(233,66,197); }
H1.HeaderClassName
{
color: #E942C5;
}
.AnyTagClassName
{
color: #E942C5;
}
</style>
background-color css
<style>
a { background-color: #E942C5; }
a { background-color: rgb(233,66,197); }
div.DivClassName
{
background-color: #E942C5;
}
.BgClassName
{
background-color: #E942C5;
}
</style>
border-color css
<style>
span { border-color: #E942C5; }
span { border-color: rgb(233,66,197); }
td.TdClassName
{
border-color: #E942C5;
}
.TagClassName
{
border-color: #E942C5;
}
</style>