Shades of Razzle Dazzle Rose #EA23DB
Tints of Razzle Dazzle Rose #EA23DB
RGB
CMYK
RGB Variations
Color information
#EA23DB (or 0xEA23DB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 23 and DB. RGB value is (234,35,219). Sum of RGB (Red+Green+Blue) = 234+35+219=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 35 (14.06% from 255 or 7.17% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA23DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA23DB is #15DC24. Grayscale: #727272. Windows color (decimal): -1432613 or 14361578. OLE color: 14361578.
HSL color Cylindrical-coordinate representation of color #EA23DB: hue angle of 304.52º degrees, saturation: 0.83, 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 #EA23DB is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 219 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.08 |
| HSL | 304.52º | 0.83% | 0.53% | - |
| HSV(B) | 304.52º | 0.85% | 0.92% | - |
| XYZ | 47.32 | 23.81 | 69.12 | - |
| YUV | 115.48 | 186.43 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 219 | 0 | 0.85 | 0.06 | 0.08 | 304.52 | 0.83 | 0.53 |
| Hex | EA | 23 | DB | 0 | 55 | 6 | 8 | 131 | 53 | 35 |
| Octal | 352 | 43 | 333 | 0 | 125 | 6 | 10 | 461 | 123 | 65 |
| Binary | 11101010 | 100011 | 11011011 | 0 | 1010101 | 110 | 1000 | 100110001 | 1010011 | 110101 |
Color Harmonies of #EA23DB
Complementary color
Monochromatic Colors of #EA23DB
Black with #EA23DB
Text Example
Text Example
White with #EA23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA23DB; }
p { color: rgb(234,35,219); }
H1.HeaderClassName
{
color: #EA23DB;
}
.AnyTagClassName
{
color: #EA23DB;
}
</style>
background-color css
<style>
a { background-color: #EA23DB; }
a { background-color: rgb(234,35,219); }
div.DivClassName
{
background-color: #EA23DB;
}
.BgClassName
{
background-color: #EA23DB;
}
</style>
border-color css
<style>
span { border-color: #EA23DB; }
span { border-color: rgb(234,35,219); }
td.TdClassName
{
border-color: #EA23DB;
}
.TagClassName
{
border-color: #EA23DB;
}
</style>