Shades of Razzle Dazzle Rose #E832CB
Tints of Razzle Dazzle Rose #E832CB
RGB
CMYK
RGB Variations
Color information
#E832CB (or 0xE832CB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 32 and CB. RGB value is (232,50,203). Sum of RGB (Red+Green+Blue) = 232+50+203=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E832CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E832CB is #17CD34. Grayscale: #797979. Windows color (decimal): -1559861 or 13316840. OLE color: 13316840.
HSL color Cylindrical-coordinate representation of color #E832CB: hue angle of 309.56º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E832CB is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 203 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.09 |
| HSL | 309.56º | 0.8% | 0.55% | - |
| HSV(B) | 309.56º | 0.78% | 0.91% | - |
| XYZ | 45.2 | 23.75 | 58.7 | - |
| YUV | 121.86 | 173.8 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 203 | 0 | 0.78 | 0.12 | 0.09 | 309.56 | 0.8 | 0.55 |
| Hex | E8 | 32 | CB | 0 | 4E | C | 9 | 136 | 50 | 37 |
| Octal | 350 | 62 | 313 | 0 | 116 | 14 | 11 | 466 | 120 | 67 |
| Binary | 11101000 | 110010 | 11001011 | 0 | 1001110 | 1100 | 1001 | 100110110 | 1010000 | 110111 |
Color Harmonies of #E832CB
Complementary color
Monochromatic Colors of #E832CB
Black with #E832CB
Text Example
Text Example
White with #E832CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E832CB; }
p { color: rgb(232,50,203); }
H1.HeaderClassName
{
color: #E832CB;
}
.AnyTagClassName
{
color: #E832CB;
}
</style>
background-color css
<style>
a { background-color: #E832CB; }
a { background-color: rgb(232,50,203); }
div.DivClassName
{
background-color: #E832CB;
}
.BgClassName
{
background-color: #E832CB;
}
</style>
border-color css
<style>
span { border-color: #E832CB; }
span { border-color: rgb(232,50,203); }
td.TdClassName
{
border-color: #E832CB;
}
.TagClassName
{
border-color: #E832CB;
}
</style>