Shades of Razzle Dazzle Rose #EA25E5
Tints of Razzle Dazzle Rose #EA25E5
RGB
CMYK
RGB Variations
Color information
#EA25E5 (or 0xEA25E5) is known color: Razzle Dazzle Rose. HEX triplet: EA, 25 and E5. RGB value is (234,37,229). Sum of RGB (Red+Green+Blue) = 234+37+229=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 37 (14.84% from 255 or 7.4% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA25E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA25E5 is #15DA1A. Grayscale: #757575. Windows color (decimal): -1432091 or 15017450. OLE color: 15017450.
HSL color Cylindrical-coordinate representation of color #EA25E5: hue angle of 301.52º 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 #EA25E5 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 229 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.08 |
| HSL | 301.52º | 0.82% | 0.53% | - |
| HSV(B) | 301.52º | 0.84% | 0.92% | - |
| XYZ | 48.74 | 24.47 | 76.28 | - |
| YUV | 117.79 | 190.77 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 229 | 0 | 0.84 | 0.02 | 0.08 | 301.52 | 0.82 | 0.53 |
| Hex | EA | 25 | E5 | 0 | 54 | 2 | 8 | 12E | 52 | 35 |
| Octal | 352 | 45 | 345 | 0 | 124 | 2 | 10 | 456 | 122 | 65 |
| Binary | 11101010 | 100101 | 11100101 | 0 | 1010100 | 10 | 1000 | 100101110 | 1010010 | 110101 |
Color Harmonies of #EA25E5
Complementary color
Monochromatic Colors of #EA25E5
Black with #EA25E5
Text Example
Text Example
White with #EA25E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA25E5; }
p { color: rgb(234,37,229); }
H1.HeaderClassName
{
color: #EA25E5;
}
.AnyTagClassName
{
color: #EA25E5;
}
</style>
background-color css
<style>
a { background-color: #EA25E5; }
a { background-color: rgb(234,37,229); }
div.DivClassName
{
background-color: #EA25E5;
}
.BgClassName
{
background-color: #EA25E5;
}
</style>
border-color css
<style>
span { border-color: #EA25E5; }
span { border-color: rgb(234,37,229); }
td.TdClassName
{
border-color: #EA25E5;
}
.TagClassName
{
border-color: #EA25E5;
}
</style>