Shades of Razzle Dazzle Rose #E42ADB
Tints of Razzle Dazzle Rose #E42ADB
RGB
CMYK
RGB Variations
Color information
#E42ADB (or 0xE42ADB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2A and DB. RGB value is (228,42,219). Sum of RGB (Red+Green+Blue) = 228+42+219=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 42 (16.80% from 255 or 8.59% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E42ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42ADB is #1BD524. Grayscale: #757575. Windows color (decimal): -1824037 or 14363364. OLE color: 14363364.
HSL color Cylindrical-coordinate representation of color #E42ADB: hue angle of 302.9º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42ADB is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 42 | 219 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.11 |
| HSL | 302.9º | 0.78% | 0.53% | - |
| HSV(B) | 302.9º | 0.82% | 0.89% | - |
| XYZ | 45.61 | 23.26 | 69.1 | - |
| YUV | 117.79 | 185.12 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 219 | 0 | 0.82 | 0.04 | 0.11 | 302.9 | 0.78 | 0.53 |
| Hex | E4 | 2A | DB | 0 | 52 | 4 | B | 12F | 4E | 35 |
| Octal | 344 | 52 | 333 | 0 | 122 | 4 | 13 | 457 | 116 | 65 |
| Binary | 11100100 | 101010 | 11011011 | 0 | 1010010 | 100 | 1011 | 100101111 | 1001110 | 110101 |
Color Harmonies of #E42ADB
Complementary color
Monochromatic Colors of #E42ADB
Black with #E42ADB
Text Example
Text Example
White with #E42ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42ADB; }
p { color: rgb(228,42,219); }
H1.HeaderClassName
{
color: #E42ADB;
}
.AnyTagClassName
{
color: #E42ADB;
}
</style>
background-color css
<style>
a { background-color: #E42ADB; }
a { background-color: rgb(228,42,219); }
div.DivClassName
{
background-color: #E42ADB;
}
.BgClassName
{
background-color: #E42ADB;
}
</style>
border-color css
<style>
span { border-color: #E42ADB; }
span { border-color: rgb(228,42,219); }
td.TdClassName
{
border-color: #E42ADB;
}
.TagClassName
{
border-color: #E42ADB;
}
</style>