Shades of Razzle Dazzle Rose #EA25CE
Tints of Razzle Dazzle Rose #EA25CE
RGB
CMYK
RGB Variations
Color information
#EA25CE (or 0xEA25CE) is known color: Razzle Dazzle Rose. HEX triplet: EA, 25 and CE. RGB value is (234,37,206). Sum of RGB (Red+Green+Blue) = 234+37+206=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA25CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA25CE is #15DA31. Grayscale: #727272. Windows color (decimal): -1432114 or 13510122. OLE color: 13510122.
HSL color Cylindrical-coordinate representation of color #EA25CE: hue angle of 308.53º 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 #EA25CE is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 206 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.08 |
| HSL | 308.53º | 0.82% | 0.53% | - |
| HSV(B) | 308.53º | 0.84% | 0.92% | - |
| XYZ | 45.73 | 23.27 | 60.47 | - |
| YUV | 115.17 | 179.27 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 206 | 0 | 0.84 | 0.12 | 0.08 | 308.53 | 0.82 | 0.53 |
| Hex | EA | 25 | CE | 0 | 54 | C | 8 | 135 | 52 | 35 |
| Octal | 352 | 45 | 316 | 0 | 124 | 14 | 10 | 465 | 122 | 65 |
| Binary | 11101010 | 100101 | 11001110 | 0 | 1010100 | 1100 | 1000 | 100110101 | 1010010 | 110101 |
Color Harmonies of #EA25CE
Complementary color
Monochromatic Colors of #EA25CE
Black with #EA25CE
Text Example
Text Example
White with #EA25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA25CE; }
p { color: rgb(234,37,206); }
H1.HeaderClassName
{
color: #EA25CE;
}
.AnyTagClassName
{
color: #EA25CE;
}
</style>
background-color css
<style>
a { background-color: #EA25CE; }
a { background-color: rgb(234,37,206); }
div.DivClassName
{
background-color: #EA25CE;
}
.BgClassName
{
background-color: #EA25CE;
}
</style>
border-color css
<style>
span { border-color: #EA25CE; }
span { border-color: rgb(234,37,206); }
td.TdClassName
{
border-color: #EA25CE;
}
.TagClassName
{
border-color: #EA25CE;
}
</style>