Shades of Razzle Dazzle Rose #E02CCB
Tints of Razzle Dazzle Rose #E02CCB
RGB
CMYK
RGB Variations
Color information
#E02CCB (or 0xE02CCB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2C and CB. RGB value is (224,44,203). Sum of RGB (Red+Green+Blue) = 224+44+203=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02CCB is #1FD334. Grayscale: #737373. Windows color (decimal): -2085685 or 13315296. OLE color: 13315296.
HSL color Cylindrical-coordinate representation of color #E02CCB: hue angle of 307º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02CCB is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 203 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.12 |
| HSL | 307º | 0.74% | 0.53% | - |
| HSV(B) | 307º | 0.8% | 0.88% | - |
| XYZ | 42.42 | 21.96 | 58.5 | - |
| YUV | 115.95 | 177.13 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 203 | 0 | 0.80 | 0.09 | 0.12 | 307 | 0.74 | 0.53 |
| Hex | E0 | 2C | CB | 0 | 50 | 9 | C | 133 | 4A | 35 |
| Octal | 340 | 54 | 313 | 0 | 120 | 11 | 14 | 463 | 112 | 65 |
| Binary | 11100000 | 101100 | 11001011 | 0 | 1010000 | 1001 | 1100 | 100110011 | 1001010 | 110101 |
Color Harmonies of #E02CCB
Complementary color
Monochromatic Colors of #E02CCB
Black with #E02CCB
Text Example
Text Example
White with #E02CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CCB; }
p { color: rgb(224,44,203); }
H1.HeaderClassName
{
color: #E02CCB;
}
.AnyTagClassName
{
color: #E02CCB;
}
</style>
background-color css
<style>
a { background-color: #E02CCB; }
a { background-color: rgb(224,44,203); }
div.DivClassName
{
background-color: #E02CCB;
}
.BgClassName
{
background-color: #E02CCB;
}
</style>
border-color css
<style>
span { border-color: #E02CCB; }
span { border-color: rgb(224,44,203); }
td.TdClassName
{
border-color: #E02CCB;
}
.TagClassName
{
border-color: #E02CCB;
}
</style>