Shades of Razzle Dazzle Rose #E42CDB
Tints of Razzle Dazzle Rose #E42CDB
RGB
CMYK
RGB Variations
Color information
#E42CDB (or 0xE42CDB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2C and DB. RGB value is (228,44,219). Sum of RGB (Red+Green+Blue) = 228+44+219=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 44 (17.58% from 255 or 8.96% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E42CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42CDB is #1BD324. Grayscale: #767676. Windows color (decimal): -1823525 or 14363876. OLE color: 14363876.
HSL color Cylindrical-coordinate representation of color #E42CDB: hue angle of 302.93º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42CDB is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 219 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.11 |
| HSL | 302.93º | 0.77% | 0.53% | - |
| HSV(B) | 302.93º | 0.81% | 0.89% | - |
| XYZ | 45.68 | 23.41 | 69.13 | - |
| YUV | 118.97 | 184.46 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 219 | 0 | 0.81 | 0.04 | 0.11 | 302.93 | 0.77 | 0.53 |
| Hex | E4 | 2C | DB | 0 | 51 | 4 | B | 12F | 4D | 35 |
| Octal | 344 | 54 | 333 | 0 | 121 | 4 | 13 | 457 | 115 | 65 |
| Binary | 11100100 | 101100 | 11011011 | 0 | 1010001 | 100 | 1011 | 100101111 | 1001101 | 110101 |
Color Harmonies of #E42CDB
Complementary color
Monochromatic Colors of #E42CDB
Black with #E42CDB
Text Example
Text Example
White with #E42CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42CDB; }
p { color: rgb(228,44,219); }
H1.HeaderClassName
{
color: #E42CDB;
}
.AnyTagClassName
{
color: #E42CDB;
}
</style>
background-color css
<style>
a { background-color: #E42CDB; }
a { background-color: rgb(228,44,219); }
div.DivClassName
{
background-color: #E42CDB;
}
.BgClassName
{
background-color: #E42CDB;
}
</style>
border-color css
<style>
span { border-color: #E42CDB; }
span { border-color: rgb(228,44,219); }
td.TdClassName
{
border-color: #E42CDB;
}
.TagClassName
{
border-color: #E42CDB;
}
</style>