Shades of Razzle Dazzle Rose #E842C8
Tints of Razzle Dazzle Rose #E842C8
RGB
CMYK
RGB Variations
Color information
#E842C8 (or 0xE842C8) is known color: Razzle Dazzle Rose. HEX triplet: E8, 42 and C8. RGB value is (232,66,200). Sum of RGB (Red+Green+Blue) = 232+66+200=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E842C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E842C8 is #17BD37. Grayscale: #828282. Windows color (decimal): -1555768 or 13124328. OLE color: 13124328.
HSL color Cylindrical-coordinate representation of color #E842C8: hue angle of 311.57º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E842C8 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 200 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.09 |
| HSL | 311.57º | 0.78% | 0.58% | - |
| HSV(B) | 311.57º | 0.72% | 0.91% | - |
| XYZ | 45.65 | 25.22 | 57.11 | - |
| YUV | 130.91 | 167 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 200 | 0 | 0.72 | 0.14 | 0.09 | 311.57 | 0.78 | 0.58 |
| Hex | E8 | 42 | C8 | 0 | 48 | E | 9 | 138 | 4E | 3A |
| Octal | 350 | 102 | 310 | 0 | 110 | 16 | 11 | 470 | 116 | 72 |
| Binary | 11101000 | 1000010 | 11001000 | 0 | 1001000 | 1110 | 1001 | 100111000 | 1001110 | 111010 |
Color Harmonies of #E842C8
Complementary color
Monochromatic Colors of #E842C8
Black with #E842C8
Text Example
Text Example
White with #E842C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E842C8; }
p { color: rgb(232,66,200); }
H1.HeaderClassName
{
color: #E842C8;
}
.AnyTagClassName
{
color: #E842C8;
}
</style>
background-color css
<style>
a { background-color: #E842C8; }
a { background-color: rgb(232,66,200); }
div.DivClassName
{
background-color: #E842C8;
}
.BgClassName
{
background-color: #E842C8;
}
</style>
border-color css
<style>
span { border-color: #E842C8; }
span { border-color: rgb(232,66,200); }
td.TdClassName
{
border-color: #E842C8;
}
.TagClassName
{
border-color: #E842C8;
}
</style>