Shades of Razzle Dazzle Rose #E42DBB
Tints of Razzle Dazzle Rose #E42DBB
RGB
CMYK
RGB Variations
Color information
#E42DBB (or 0xE42DBB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2D and BB. RGB value is (228,45,187). Sum of RGB (Red+Green+Blue) = 228+45+187=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E42DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42DBB is #1BD244. Grayscale: #737373. Windows color (decimal): -1823301 or 12266980. OLE color: 12266980.
HSL color Cylindrical-coordinate representation of color #E42DBB: hue angle of 313.44º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42DBB is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 45 | 187 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.11 |
| HSL | 313.44º | 0.77% | 0.54% | - |
| HSV(B) | 313.44º | 0.8% | 0.89% | - |
| XYZ | 41.9 | 21.96 | 49.04 | - |
| YUV | 115.91 | 168.13 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 45 | 187 | 0 | 0.80 | 0.18 | 0.11 | 313.44 | 0.77 | 0.54 |
| Hex | E4 | 2D | BB | 0 | 50 | 12 | B | 139 | 4D | 36 |
| Octal | 344 | 55 | 273 | 0 | 120 | 22 | 13 | 471 | 115 | 66 |
| Binary | 11100100 | 101101 | 10111011 | 0 | 1010000 | 10010 | 1011 | 100111001 | 1001101 | 110110 |
Color Harmonies of #E42DBB
Complementary color
Monochromatic Colors of #E42DBB
Black with #E42DBB
Text Example
Text Example
White with #E42DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42DBB; }
p { color: rgb(228,45,187); }
H1.HeaderClassName
{
color: #E42DBB;
}
.AnyTagClassName
{
color: #E42DBB;
}
</style>
background-color css
<style>
a { background-color: #E42DBB; }
a { background-color: rgb(228,45,187); }
div.DivClassName
{
background-color: #E42DBB;
}
.BgClassName
{
background-color: #E42DBB;
}
</style>
border-color css
<style>
span { border-color: #E42DBB; }
span { border-color: rgb(228,45,187); }
td.TdClassName
{
border-color: #E42DBB;
}
.TagClassName
{
border-color: #E42DBB;
}
</style>