Shades of Razzle Dazzle Rose #EB25E8
Tints of Razzle Dazzle Rose #EB25E8
RGB
CMYK
RGB Variations
Color information
#EB25E8 (or 0xEB25E8) is known color: Razzle Dazzle Rose. HEX triplet: EB, 25 and E8. RGB value is (235,37,232). Sum of RGB (Red+Green+Blue) = 235+37+232=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 37 (14.84% from 255 or 7.34% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB25E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB25E8 is #14DA17. Grayscale: #757575. Windows color (decimal): -1366552 or 15214059. OLE color: 15214059.
HSL color Cylindrical-coordinate representation of color #EB25E8: hue angle of 300.91º 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 #EB25E8 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 232 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.08 |
| HSL | 300.91º | 0.83% | 0.53% | - |
| HSV(B) | 300.91º | 0.84% | 0.92% | - |
| XYZ | 49.49 | 24.81 | 78.52 | - |
| YUV | 118.43 | 192.1 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 232 | 0 | 0.84 | 0.01 | 0.08 | 300.91 | 0.83 | 0.53 |
| Hex | EB | 25 | E8 | 0 | 54 | 1 | 8 | 12D | 53 | 35 |
| Octal | 353 | 45 | 350 | 0 | 124 | 1 | 10 | 455 | 123 | 65 |
| Binary | 11101011 | 100101 | 11101000 | 0 | 1010100 | 1 | 1000 | 100101101 | 1010011 | 110101 |
Color Harmonies of #EB25E8
Complementary color
Monochromatic Colors of #EB25E8
Black with #EB25E8
Text Example
Text Example
White with #EB25E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB25E8; }
p { color: rgb(235,37,232); }
H1.HeaderClassName
{
color: #EB25E8;
}
.AnyTagClassName
{
color: #EB25E8;
}
</style>
background-color css
<style>
a { background-color: #EB25E8; }
a { background-color: rgb(235,37,232); }
div.DivClassName
{
background-color: #EB25E8;
}
.BgClassName
{
background-color: #EB25E8;
}
</style>
border-color css
<style>
span { border-color: #EB25E8; }
span { border-color: rgb(235,37,232); }
td.TdClassName
{
border-color: #EB25E8;
}
.TagClassName
{
border-color: #EB25E8;
}
</style>