Shades of Razzle Dazzle Rose #E023CB
Tints of Razzle Dazzle Rose #E023CB
RGB
CMYK
RGB Variations
Color information
#E023CB (or 0xE023CB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 23 and CB. RGB value is (224,35,203). Sum of RGB (Red+Green+Blue) = 224+35+203=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E023CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E023CB is #1FDC34. Grayscale: #6E6E6E. Windows color (decimal): -2087989 or 13312992. OLE color: 13312992.
HSL color Cylindrical-coordinate representation of color #E023CB: hue angle of 306.67º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E023CB is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 203 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.12 |
| HSL | 306.67º | 0.75% | 0.51% | - |
| HSV(B) | 306.67º | 0.84% | 0.88% | - |
| XYZ | 42.12 | 21.36 | 58.4 | - |
| YUV | 110.66 | 180.12 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 203 | 0 | 0.84 | 0.09 | 0.12 | 306.67 | 0.75 | 0.51 |
| Hex | E0 | 23 | CB | 0 | 54 | 9 | C | 133 | 4B | 33 |
| Octal | 340 | 43 | 313 | 0 | 124 | 11 | 14 | 463 | 113 | 63 |
| Binary | 11100000 | 100011 | 11001011 | 0 | 1010100 | 1001 | 1100 | 100110011 | 1001011 | 110011 |
Color Harmonies of #E023CB
Complementary color
Monochromatic Colors of #E023CB
Black with #E023CB
Text Example
Text Example
White with #E023CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E023CB; }
p { color: rgb(224,35,203); }
H1.HeaderClassName
{
color: #E023CB;
}
.AnyTagClassName
{
color: #E023CB;
}
</style>
background-color css
<style>
a { background-color: #E023CB; }
a { background-color: rgb(224,35,203); }
div.DivClassName
{
background-color: #E023CB;
}
.BgClassName
{
background-color: #E023CB;
}
</style>
border-color css
<style>
span { border-color: #E023CB; }
span { border-color: rgb(224,35,203); }
td.TdClassName
{
border-color: #E023CB;
}
.TagClassName
{
border-color: #E023CB;
}
</style>