Shades of Razzle Dazzle Rose #E02DCB
Tints of Razzle Dazzle Rose #E02DCB
RGB
CMYK
RGB Variations
Color information
#E02DCB (or 0xE02DCB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2D and CB. RGB value is (224,45,203). Sum of RGB (Red+Green+Blue) = 224+45+203=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02DCB is #1FD234. Grayscale: #747474. Windows color (decimal): -2085429 or 13315552. OLE color: 13315552.
HSL color Cylindrical-coordinate representation of color #E02DCB: hue angle of 307.04º 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 #E02DCB is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 203 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.12 |
| HSL | 307.04º | 0.74% | 0.53% | - |
| HSV(B) | 307.04º | 0.8% | 0.88% | - |
| XYZ | 42.46 | 22.04 | 58.52 | - |
| YUV | 116.53 | 176.8 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 203 | 0 | 0.80 | 0.09 | 0.12 | 307.04 | 0.74 | 0.53 |
| Hex | E0 | 2D | CB | 0 | 50 | 9 | C | 133 | 4A | 35 |
| Octal | 340 | 55 | 313 | 0 | 120 | 11 | 14 | 463 | 112 | 65 |
| Binary | 11100000 | 101101 | 11001011 | 0 | 1010000 | 1001 | 1100 | 100110011 | 1001010 | 110101 |
Color Harmonies of #E02DCB
Complementary color
Monochromatic Colors of #E02DCB
Black with #E02DCB
Text Example
Text Example
White with #E02DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02DCB; }
p { color: rgb(224,45,203); }
H1.HeaderClassName
{
color: #E02DCB;
}
.AnyTagClassName
{
color: #E02DCB;
}
</style>
background-color css
<style>
a { background-color: #E02DCB; }
a { background-color: rgb(224,45,203); }
div.DivClassName
{
background-color: #E02DCB;
}
.BgClassName
{
background-color: #E02DCB;
}
</style>
border-color css
<style>
span { border-color: #E02DCB; }
span { border-color: rgb(224,45,203); }
td.TdClassName
{
border-color: #E02DCB;
}
.TagClassName
{
border-color: #E02DCB;
}
</style>