Shades of Razzle Dazzle Rose #E834CF
Tints of Razzle Dazzle Rose #E834CF
RGB
CMYK
RGB Variations
Color information
#E834CF (or 0xE834CF) is known color: Razzle Dazzle Rose. HEX triplet: E8, 34 and CF. RGB value is (232,52,207). Sum of RGB (Red+Green+Blue) = 232+52+207=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E834CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E834CF is #17CB30. Grayscale: #7B7B7B. Windows color (decimal): -1559345 or 13579496. OLE color: 13579496.
HSL color Cylindrical-coordinate representation of color #E834CF: hue angle of 308.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E834CF is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 52 | 207 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.09 |
| HSL | 308.33º | 0.8% | 0.56% | - |
| HSV(B) | 308.33º | 0.78% | 0.91% | - |
| XYZ | 45.77 | 24.12 | 61.27 | - |
| YUV | 123.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 52 | 207 | 0 | 0.78 | 0.11 | 0.09 | 308.33 | 0.8 | 0.56 |
| Hex | E8 | 34 | CF | 0 | 4E | B | 9 | 134 | 50 | 38 |
| Octal | 350 | 64 | 317 | 0 | 116 | 13 | 11 | 464 | 120 | 70 |
| Binary | 11101000 | 110100 | 11001111 | 0 | 1001110 | 1011 | 1001 | 100110100 | 1010000 | 111000 |
Color Harmonies of #E834CF
Complementary color
Monochromatic Colors of #E834CF
Black with #E834CF
Text Example
Text Example
White with #E834CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E834CF; }
p { color: rgb(232,52,207); }
H1.HeaderClassName
{
color: #E834CF;
}
.AnyTagClassName
{
color: #E834CF;
}
</style>
background-color css
<style>
a { background-color: #E834CF; }
a { background-color: rgb(232,52,207); }
div.DivClassName
{
background-color: #E834CF;
}
.BgClassName
{
background-color: #E834CF;
}
</style>
border-color css
<style>
span { border-color: #E834CF; }
span { border-color: rgb(232,52,207); }
td.TdClassName
{
border-color: #E834CF;
}
.TagClassName
{
border-color: #E834CF;
}
</style>