Shades of Razzle Dazzle Rose #E840C8
Tints of Razzle Dazzle Rose #E840C8
RGB
CMYK
RGB Variations
Color information
#E840C8 (or 0xE840C8) is known color: Razzle Dazzle Rose. HEX triplet: E8, 40 and C8. RGB value is (232,64,200). Sum of RGB (Red+Green+Blue) = 232+64+200=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E840C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E840C8 is #17BF37. Grayscale: #818181. Windows color (decimal): -1556280 or 13123816. OLE color: 13123816.
HSL color Cylindrical-coordinate representation of color #E840C8: hue angle of 311.43º degrees, saturation: 0.79, 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 #E840C8 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 200 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.09 |
| HSL | 311.43º | 0.79% | 0.58% | - |
| HSV(B) | 311.43º | 0.72% | 0.91% | - |
| XYZ | 45.54 | 24.99 | 57.07 | - |
| YUV | 129.74 | 167.66 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 200 | 0 | 0.72 | 0.14 | 0.09 | 311.43 | 0.79 | 0.58 |
| Hex | E8 | 40 | C8 | 0 | 48 | E | 9 | 137 | 4F | 3A |
| Octal | 350 | 100 | 310 | 0 | 110 | 16 | 11 | 467 | 117 | 72 |
| Binary | 11101000 | 1000000 | 11001000 | 0 | 1001000 | 1110 | 1001 | 100110111 | 1001111 | 111010 |
Color Harmonies of #E840C8
Complementary color
Monochromatic Colors of #E840C8
Black with #E840C8
Text Example
Text Example
White with #E840C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E840C8; }
p { color: rgb(232,64,200); }
H1.HeaderClassName
{
color: #E840C8;
}
.AnyTagClassName
{
color: #E840C8;
}
</style>
background-color css
<style>
a { background-color: #E840C8; }
a { background-color: rgb(232,64,200); }
div.DivClassName
{
background-color: #E840C8;
}
.BgClassName
{
background-color: #E840C8;
}
</style>
border-color css
<style>
span { border-color: #E840C8; }
span { border-color: rgb(232,64,200); }
td.TdClassName
{
border-color: #E840C8;
}
.TagClassName
{
border-color: #E840C8;
}
</style>