Shades of Razzle Dazzle Rose #E042BD
Tints of Razzle Dazzle Rose #E042BD
RGB
CMYK
RGB Variations
Color information
#E042BD (or 0xE042BD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 42 and BD. RGB value is (224,66,189). Sum of RGB (Red+Green+Blue) = 224+66+189=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E042BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E042BD is #1FBD42. Grayscale: #7E7E7E. Windows color (decimal): -2080067 or 12403424. OLE color: 12403424.
HSL color Cylindrical-coordinate representation of color #E042BD: hue angle of 313.29º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E042BD is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 189 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.12 |
| HSL | 313.29º | 0.72% | 0.57% | - |
| HSV(B) | 313.29º | 0.71% | 0.88% | - |
| XYZ | 41.87 | 23.42 | 50.46 | - |
| YUV | 127.26 | 162.85 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 189 | 0 | 0.71 | 0.16 | 0.12 | 313.29 | 0.72 | 0.57 |
| Hex | E0 | 42 | BD | 0 | 47 | 10 | C | 139 | 48 | 39 |
| Octal | 340 | 102 | 275 | 0 | 107 | 20 | 14 | 471 | 110 | 71 |
| Binary | 11100000 | 1000010 | 10111101 | 0 | 1000111 | 10000 | 1100 | 100111001 | 1001000 | 111001 |
Color Harmonies of #E042BD
Complementary color
Monochromatic Colors of #E042BD
Black with #E042BD
Text Example
Text Example
White with #E042BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E042BD; }
p { color: rgb(224,66,189); }
H1.HeaderClassName
{
color: #E042BD;
}
.AnyTagClassName
{
color: #E042BD;
}
</style>
background-color css
<style>
a { background-color: #E042BD; }
a { background-color: rgb(224,66,189); }
div.DivClassName
{
background-color: #E042BD;
}
.BgClassName
{
background-color: #E042BD;
}
</style>
border-color css
<style>
span { border-color: #E042BD; }
span { border-color: rgb(224,66,189); }
td.TdClassName
{
border-color: #E042BD;
}
.TagClassName
{
border-color: #E042BD;
}
</style>