Shades of Razzle Dazzle Rose #E840CF
Tints of Razzle Dazzle Rose #E840CF
RGB
CMYK
RGB Variations
Color information
#E840CF (or 0xE840CF) is known color: Razzle Dazzle Rose. HEX triplet: E8, 40 and CF. RGB value is (232,64,207). Sum of RGB (Red+Green+Blue) = 232+64+207=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E840CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E840CF is #17BF30. Grayscale: #828282. Windows color (decimal): -1556273 or 13582568. OLE color: 13582568.
HSL color Cylindrical-coordinate representation of color #E840CF: hue angle of 308.93º 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 #E840CF is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 207 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.09 |
| HSL | 308.93º | 0.79% | 0.58% | - |
| HSV(B) | 308.93º | 0.72% | 0.91% | - |
| XYZ | 46.37 | 25.33 | 61.48 | - |
| YUV | 130.53 | 171.16 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 207 | 0 | 0.72 | 0.11 | 0.09 | 308.93 | 0.79 | 0.58 |
| Hex | E8 | 40 | CF | 0 | 48 | B | 9 | 135 | 4F | 3A |
| Octal | 350 | 100 | 317 | 0 | 110 | 13 | 11 | 465 | 117 | 72 |
| Binary | 11101000 | 1000000 | 11001111 | 0 | 1001000 | 1011 | 1001 | 100110101 | 1001111 | 111010 |
Color Harmonies of #E840CF
Complementary color
Monochromatic Colors of #E840CF
Black with #E840CF
Text Example
Text Example
White with #E840CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E840CF; }
p { color: rgb(232,64,207); }
H1.HeaderClassName
{
color: #E840CF;
}
.AnyTagClassName
{
color: #E840CF;
}
</style>
background-color css
<style>
a { background-color: #E840CF; }
a { background-color: rgb(232,64,207); }
div.DivClassName
{
background-color: #E840CF;
}
.BgClassName
{
background-color: #E840CF;
}
</style>
border-color css
<style>
span { border-color: #E840CF; }
span { border-color: rgb(232,64,207); }
td.TdClassName
{
border-color: #E840CF;
}
.TagClassName
{
border-color: #E840CF;
}
</style>