Shades of Razzle Dazzle Rose #E02DBB
Tints of Razzle Dazzle Rose #E02DBB
RGB
CMYK
RGB Variations
Color information
#E02DBB (or 0xE02DBB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2D and BB. RGB value is (224,45,187). Sum of RGB (Red+Green+Blue) = 224+45+187=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02DBB is #1FD244. Grayscale: #727272. Windows color (decimal): -2085445 or 12266976. OLE color: 12266976.
HSL color Cylindrical-coordinate representation of color #E02DBB: hue angle of 312.4º 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 #E02DBB is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 187 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.12 |
| HSL | 312.4º | 0.74% | 0.53% | - |
| HSV(B) | 312.4º | 0.8% | 0.88% | - |
| XYZ | 40.65 | 21.31 | 48.98 | - |
| YUV | 114.71 | 168.8 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 187 | 0 | 0.80 | 0.17 | 0.12 | 312.4 | 0.74 | 0.53 |
| Hex | E0 | 2D | BB | 0 | 50 | 11 | C | 138 | 4A | 35 |
| Octal | 340 | 55 | 273 | 0 | 120 | 21 | 14 | 470 | 112 | 65 |
| Binary | 11100000 | 101101 | 10111011 | 0 | 1010000 | 10001 | 1100 | 100111000 | 1001010 | 110101 |
Color Harmonies of #E02DBB
Complementary color
Monochromatic Colors of #E02DBB
Black with #E02DBB
Text Example
Text Example
White with #E02DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02DBB; }
p { color: rgb(224,45,187); }
H1.HeaderClassName
{
color: #E02DBB;
}
.AnyTagClassName
{
color: #E02DBB;
}
</style>
background-color css
<style>
a { background-color: #E02DBB; }
a { background-color: rgb(224,45,187); }
div.DivClassName
{
background-color: #E02DBB;
}
.BgClassName
{
background-color: #E02DBB;
}
</style>
border-color css
<style>
span { border-color: #E02DBB; }
span { border-color: rgb(224,45,187); }
td.TdClassName
{
border-color: #E02DBB;
}
.TagClassName
{
border-color: #E02DBB;
}
</style>