Shades of Razzle Dazzle Rose #EA24DB
Tints of Razzle Dazzle Rose #EA24DB
RGB
CMYK
RGB Variations
Color information
#EA24DB (or 0xEA24DB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 24 and DB. RGB value is (234,36,219). Sum of RGB (Red+Green+Blue) = 234+36+219=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 36 (14.45% from 255 or 7.36% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA24DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA24DB is #15DB24. Grayscale: #737373. Windows color (decimal): -1432357 or 14361834. OLE color: 14361834.
HSL color Cylindrical-coordinate representation of color #EA24DB: hue angle of 304.55º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA24DB is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 219 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.08 |
| HSL | 304.55º | 0.83% | 0.53% | - |
| HSV(B) | 304.55º | 0.85% | 0.92% | - |
| XYZ | 47.35 | 23.87 | 69.13 | - |
| YUV | 116.06 | 186.1 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 219 | 0 | 0.85 | 0.06 | 0.08 | 304.55 | 0.83 | 0.53 |
| Hex | EA | 24 | DB | 0 | 55 | 6 | 8 | 131 | 52 | 35 |
| Octal | 352 | 44 | 333 | 0 | 125 | 6 | 10 | 461 | 122 | 65 |
| Binary | 11101010 | 100100 | 11011011 | 0 | 1010101 | 110 | 1000 | 100110001 | 1010010 | 110101 |
Color Harmonies of #EA24DB
Complementary color
Monochromatic Colors of #EA24DB
Black with #EA24DB
Text Example
Text Example
White with #EA24DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA24DB; }
p { color: rgb(234,36,219); }
H1.HeaderClassName
{
color: #EA24DB;
}
.AnyTagClassName
{
color: #EA24DB;
}
</style>
background-color css
<style>
a { background-color: #EA24DB; }
a { background-color: rgb(234,36,219); }
div.DivClassName
{
background-color: #EA24DB;
}
.BgClassName
{
background-color: #EA24DB;
}
</style>
border-color css
<style>
span { border-color: #EA24DB; }
span { border-color: rgb(234,36,219); }
td.TdClassName
{
border-color: #EA24DB;
}
.TagClassName
{
border-color: #EA24DB;
}
</style>