Shades of Razzle Dazzle Rose #E525CA
Tints of Razzle Dazzle Rose #E525CA
RGB
CMYK
RGB Variations
Color information
#E525CA (or 0xE525CA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 25 and CA. RGB value is (229,37,202). Sum of RGB (Red+Green+Blue) = 229+37+202=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E525CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E525CA is #1ADA35. Grayscale: #707070. Windows color (decimal): -1759798 or 13247973. OLE color: 13247973.
HSL color Cylindrical-coordinate representation of color #E525CA: hue angle of 308.44º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E525CA is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 202 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.10 |
| HSL | 308.44º | 0.79% | 0.52% | - |
| HSV(B) | 308.44º | 0.84% | 0.9% | - |
| XYZ | 43.64 | 22.25 | 57.87 | - |
| YUV | 113.22 | 178.11 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 202 | 0 | 0.84 | 0.12 | 0.10 | 308.44 | 0.79 | 0.52 |
| Hex | E5 | 25 | CA | 0 | 54 | C | A | 134 | 4F | 34 |
| Octal | 345 | 45 | 312 | 0 | 124 | 14 | 12 | 464 | 117 | 64 |
| Binary | 11100101 | 100101 | 11001010 | 0 | 1010100 | 1100 | 1010 | 100110100 | 1001111 | 110100 |
Color Harmonies of #E525CA
Complementary color
Monochromatic Colors of #E525CA
Black with #E525CA
Text Example
Text Example
White with #E525CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E525CA; }
p { color: rgb(229,37,202); }
H1.HeaderClassName
{
color: #E525CA;
}
.AnyTagClassName
{
color: #E525CA;
}
</style>
background-color css
<style>
a { background-color: #E525CA; }
a { background-color: rgb(229,37,202); }
div.DivClassName
{
background-color: #E525CA;
}
.BgClassName
{
background-color: #E525CA;
}
</style>
border-color css
<style>
span { border-color: #E525CA; }
span { border-color: rgb(229,37,202); }
td.TdClassName
{
border-color: #E525CA;
}
.TagClassName
{
border-color: #E525CA;
}
</style>