Shades of Razzle Dazzle Rose #E02BCD
Tints of Razzle Dazzle Rose #E02BCD
RGB
CMYK
RGB Variations
Color information
#E02BCD (or 0xE02BCD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2B and CD. RGB value is (224,43,205). Sum of RGB (Red+Green+Blue) = 224+43+205=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E02BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02BCD is #1FD432. Grayscale: #737373. Windows color (decimal): -2085939 or 13446112. OLE color: 13446112.
HSL color Cylindrical-coordinate representation of color #E02BCD: hue angle of 306.3º degrees, saturation: 0.74, 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 #E02BCD is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 43 | 205 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.12 |
| HSL | 306.3º | 0.74% | 0.52% | - |
| HSV(B) | 306.3º | 0.81% | 0.88% | - |
| XYZ | 42.62 | 21.98 | 59.75 | - |
| YUV | 115.59 | 178.47 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 205 | 0 | 0.81 | 0.08 | 0.12 | 306.3 | 0.74 | 0.52 |
| Hex | E0 | 2B | CD | 0 | 51 | 8 | C | 132 | 4A | 34 |
| Octal | 340 | 53 | 315 | 0 | 121 | 10 | 14 | 462 | 112 | 64 |
| Binary | 11100000 | 101011 | 11001101 | 0 | 1010001 | 1000 | 1100 | 100110010 | 1001010 | 110100 |
Color Harmonies of #E02BCD
Complementary color
Monochromatic Colors of #E02BCD
Black with #E02BCD
Text Example
Text Example
White with #E02BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02BCD; }
p { color: rgb(224,43,205); }
H1.HeaderClassName
{
color: #E02BCD;
}
.AnyTagClassName
{
color: #E02BCD;
}
</style>
background-color css
<style>
a { background-color: #E02BCD; }
a { background-color: rgb(224,43,205); }
div.DivClassName
{
background-color: #E02BCD;
}
.BgClassName
{
background-color: #E02BCD;
}
</style>
border-color css
<style>
span { border-color: #E02BCD; }
span { border-color: rgb(224,43,205); }
td.TdClassName
{
border-color: #E02BCD;
}
.TagClassName
{
border-color: #E02BCD;
}
</style>