Shades of Razzle Dazzle Rose #EB25DB
Tints of Razzle Dazzle Rose #EB25DB
RGB
CMYK
RGB Variations
Color information
#EB25DB (or 0xEB25DB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 25 and DB. RGB value is (235,37,219). Sum of RGB (Red+Green+Blue) = 235+37+219=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 37 (14.84% from 255 or 7.54% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB25DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB25DB is #14DA24. Grayscale: #747474. Windows color (decimal): -1366565 or 14362091. OLE color: 14362091.
HSL color Cylindrical-coordinate representation of color #EB25DB: hue angle of 304.85º degrees, saturation: 0.83, 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 #EB25DB is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 219 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.08 |
| HSL | 304.85º | 0.83% | 0.53% | - |
| HSV(B) | 304.85º | 0.84% | 0.92% | - |
| XYZ | 47.71 | 24.1 | 69.16 | - |
| YUV | 116.95 | 185.6 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 219 | 0 | 0.84 | 0.07 | 0.08 | 304.85 | 0.83 | 0.53 |
| Hex | EB | 25 | DB | 0 | 54 | 7 | 8 | 131 | 53 | 35 |
| Octal | 353 | 45 | 333 | 0 | 124 | 7 | 10 | 461 | 123 | 65 |
| Binary | 11101011 | 100101 | 11011011 | 0 | 1010100 | 111 | 1000 | 100110001 | 1010011 | 110101 |
Color Harmonies of #EB25DB
Complementary color
Monochromatic Colors of #EB25DB
Black with #EB25DB
Text Example
Text Example
White with #EB25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB25DB; }
p { color: rgb(235,37,219); }
H1.HeaderClassName
{
color: #EB25DB;
}
.AnyTagClassName
{
color: #EB25DB;
}
</style>
background-color css
<style>
a { background-color: #EB25DB; }
a { background-color: rgb(235,37,219); }
div.DivClassName
{
background-color: #EB25DB;
}
.BgClassName
{
background-color: #EB25DB;
}
</style>
border-color css
<style>
span { border-color: #EB25DB; }
span { border-color: rgb(235,37,219); }
td.TdClassName
{
border-color: #EB25DB;
}
.TagClassName
{
border-color: #EB25DB;
}
</style>