Shades of Razzle Dazzle Rose #EB20E5
Tints of Razzle Dazzle Rose #EB20E5
RGB
CMYK
RGB Variations
Color information
#EB20E5 (or 0xEB20E5) is known color: Razzle Dazzle Rose. HEX triplet: EB, 20 and E5. RGB value is (235,32,229). Sum of RGB (Red+Green+Blue) = 235+32+229=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 32 (12.89% from 255 or 6.45% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB20E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB20E5 is #14DF1A. Grayscale: #727272. Windows color (decimal): -1367835 or 15016171. OLE color: 15016171.
HSL color Cylindrical-coordinate representation of color #EB20E5: hue angle of 301.77º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB20E5 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 229 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.08 |
| HSL | 301.77º | 0.84% | 0.52% | - |
| HSV(B) | 301.77º | 0.86% | 0.92% | - |
| XYZ | 48.92 | 24.35 | 76.25 | - |
| YUV | 115.16 | 192.25 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 229 | 0 | 0.86 | 0.03 | 0.08 | 301.77 | 0.84 | 0.52 |
| Hex | EB | 20 | E5 | 0 | 56 | 3 | 8 | 12E | 54 | 34 |
| Octal | 353 | 40 | 345 | 0 | 126 | 3 | 10 | 456 | 124 | 64 |
| Binary | 11101011 | 100000 | 11100101 | 0 | 1010110 | 11 | 1000 | 100101110 | 1010100 | 110100 |
Color Harmonies of #EB20E5
Complementary color
Monochromatic Colors of #EB20E5
Black with #EB20E5
Text Example
Text Example
White with #EB20E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB20E5; }
p { color: rgb(235,32,229); }
H1.HeaderClassName
{
color: #EB20E5;
}
.AnyTagClassName
{
color: #EB20E5;
}
</style>
background-color css
<style>
a { background-color: #EB20E5; }
a { background-color: rgb(235,32,229); }
div.DivClassName
{
background-color: #EB20E5;
}
.BgClassName
{
background-color: #EB20E5;
}
</style>
border-color css
<style>
span { border-color: #EB20E5; }
span { border-color: rgb(235,32,229); }
td.TdClassName
{
border-color: #EB20E5;
}
.TagClassName
{
border-color: #EB20E5;
}
</style>