Shades of Razzle Dazzle Rose #EA25DB
Tints of Razzle Dazzle Rose #EA25DB
RGB
CMYK
RGB Variations
Color information
#EA25DB (or 0xEA25DB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 25 and DB. RGB value is (234,37,219). Sum of RGB (Red+Green+Blue) = 234+37+219=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 37 (14.84% from 255 or 7.55% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA25DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA25DB is #15DA24. Grayscale: #747474. Windows color (decimal): -1432101 or 14362090. OLE color: 14362090.
HSL color Cylindrical-coordinate representation of color #EA25DB: hue angle of 304.57º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA25DB is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 219 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.08 |
| HSL | 304.57º | 0.82% | 0.53% | - |
| HSV(B) | 304.57º | 0.84% | 0.92% | - |
| XYZ | 47.38 | 23.93 | 69.14 | - |
| YUV | 116.65 | 185.77 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 219 | 0 | 0.84 | 0.06 | 0.08 | 304.57 | 0.82 | 0.53 |
| Hex | EA | 25 | DB | 0 | 54 | 6 | 8 | 131 | 52 | 35 |
| Octal | 352 | 45 | 333 | 0 | 124 | 6 | 10 | 461 | 122 | 65 |
| Binary | 11101010 | 100101 | 11011011 | 0 | 1010100 | 110 | 1000 | 100110001 | 1010010 | 110101 |
Color Harmonies of #EA25DB
Complementary color
Monochromatic Colors of #EA25DB
Black with #EA25DB
Text Example
Text Example
White with #EA25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA25DB; }
p { color: rgb(234,37,219); }
H1.HeaderClassName
{
color: #EA25DB;
}
.AnyTagClassName
{
color: #EA25DB;
}
</style>
background-color css
<style>
a { background-color: #EA25DB; }
a { background-color: rgb(234,37,219); }
div.DivClassName
{
background-color: #EA25DB;
}
.BgClassName
{
background-color: #EA25DB;
}
</style>
border-color css
<style>
span { border-color: #EA25DB; }
span { border-color: rgb(234,37,219); }
td.TdClassName
{
border-color: #EA25DB;
}
.TagClassName
{
border-color: #EA25DB;
}
</style>