Shades of Razzle Dazzle Rose #E02ACB
Tints of Razzle Dazzle Rose #E02ACB
RGB
CMYK
RGB Variations
Color information
#E02ACB (or 0xE02ACB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2A and CB. RGB value is (224,42,203). Sum of RGB (Red+Green+Blue) = 224+42+203=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E02ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02ACB is #1FD534. Grayscale: #727272. Windows color (decimal): -2086197 or 13314784. OLE color: 13314784.
HSL color Cylindrical-coordinate representation of color #E02ACB: hue angle of 306.92º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02ACB is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 203 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.12 |
| HSL | 306.92º | 0.75% | 0.52% | - |
| HSV(B) | 306.92º | 0.81% | 0.88% | - |
| XYZ | 42.35 | 21.82 | 58.48 | - |
| YUV | 114.77 | 177.8 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 203 | 0 | 0.81 | 0.09 | 0.12 | 306.92 | 0.75 | 0.52 |
| Hex | E0 | 2A | CB | 0 | 51 | 9 | C | 133 | 4B | 34 |
| Octal | 340 | 52 | 313 | 0 | 121 | 11 | 14 | 463 | 113 | 64 |
| Binary | 11100000 | 101010 | 11001011 | 0 | 1010001 | 1001 | 1100 | 100110011 | 1001011 | 110100 |
Color Harmonies of #E02ACB
Complementary color
Monochromatic Colors of #E02ACB
Black with #E02ACB
Text Example
Text Example
White with #E02ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02ACB; }
p { color: rgb(224,42,203); }
H1.HeaderClassName
{
color: #E02ACB;
}
.AnyTagClassName
{
color: #E02ACB;
}
</style>
background-color css
<style>
a { background-color: #E02ACB; }
a { background-color: rgb(224,42,203); }
div.DivClassName
{
background-color: #E02ACB;
}
.BgClassName
{
background-color: #E02ACB;
}
</style>
border-color css
<style>
span { border-color: #E02ACB; }
span { border-color: rgb(224,42,203); }
td.TdClassName
{
border-color: #E02ACB;
}
.TagClassName
{
border-color: #E02ACB;
}
</style>