Shades of Razzle Dazzle Rose #EB25C0
Tints of Razzle Dazzle Rose #EB25C0
RGB
CMYK
RGB Variations
Color information
#EB25C0 (or 0xEB25C0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 25 and C0. RGB value is (235,37,192). Sum of RGB (Red+Green+Blue) = 235+37+192=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB25C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB25C0 is #14DA3F. Grayscale: #717171. Windows color (decimal): -1366592 or 12592619. OLE color: 12592619.
HSL color Cylindrical-coordinate representation of color #EB25C0: hue angle of 313.03º 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 #EB25C0 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 192 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.08 |
| HSL | 313.03º | 0.83% | 0.53% | - |
| HSV(B) | 313.03º | 0.84% | 0.92% | - |
| XYZ | 44.44 | 22.79 | 51.93 | - |
| YUV | 113.87 | 172.1 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 192 | 0 | 0.84 | 0.18 | 0.08 | 313.03 | 0.83 | 0.53 |
| Hex | EB | 25 | C0 | 0 | 54 | 12 | 8 | 139 | 53 | 35 |
| Octal | 353 | 45 | 300 | 0 | 124 | 22 | 10 | 471 | 123 | 65 |
| Binary | 11101011 | 100101 | 11000000 | 0 | 1010100 | 10010 | 1000 | 100111001 | 1010011 | 110101 |
Color Harmonies of #EB25C0
Complementary color
Monochromatic Colors of #EB25C0
Black with #EB25C0
Text Example
Text Example
White with #EB25C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB25C0; }
p { color: rgb(235,37,192); }
H1.HeaderClassName
{
color: #EB25C0;
}
.AnyTagClassName
{
color: #EB25C0;
}
</style>
background-color css
<style>
a { background-color: #EB25C0; }
a { background-color: rgb(235,37,192); }
div.DivClassName
{
background-color: #EB25C0;
}
.BgClassName
{
background-color: #EB25C0;
}
</style>
border-color css
<style>
span { border-color: #EB25C0; }
span { border-color: rgb(235,37,192); }
td.TdClassName
{
border-color: #EB25C0;
}
.TagClassName
{
border-color: #EB25C0;
}
</style>