Shades of Razzle Dazzle Rose #E525CC
Tints of Razzle Dazzle Rose #E525CC
RGB
CMYK
RGB Variations
Color information
#E525CC (or 0xE525CC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 25 and CC. RGB value is (229,37,204). Sum of RGB (Red+Green+Blue) = 229+37+204=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E525CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E525CC is #1ADA33. Grayscale: #707070. Windows color (decimal): -1759796 or 13379045. OLE color: 13379045.
HSL color Cylindrical-coordinate representation of color #E525CC: hue angle of 307.81º 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 #E525CC is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 204 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.10 |
| HSL | 307.81º | 0.79% | 0.52% | - |
| HSV(B) | 307.81º | 0.84% | 0.9% | - |
| XYZ | 43.87 | 22.34 | 59.13 | - |
| YUV | 113.45 | 179.11 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 204 | 0 | 0.84 | 0.11 | 0.10 | 307.81 | 0.79 | 0.52 |
| Hex | E5 | 25 | CC | 0 | 54 | B | A | 134 | 4F | 34 |
| Octal | 345 | 45 | 314 | 0 | 124 | 13 | 12 | 464 | 117 | 64 |
| Binary | 11100101 | 100101 | 11001100 | 0 | 1010100 | 1011 | 1010 | 100110100 | 1001111 | 110100 |
Color Harmonies of #E525CC
Complementary color
Monochromatic Colors of #E525CC
Black with #E525CC
Text Example
Text Example
White with #E525CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E525CC; }
p { color: rgb(229,37,204); }
H1.HeaderClassName
{
color: #E525CC;
}
.AnyTagClassName
{
color: #E525CC;
}
</style>
background-color css
<style>
a { background-color: #E525CC; }
a { background-color: rgb(229,37,204); }
div.DivClassName
{
background-color: #E525CC;
}
.BgClassName
{
background-color: #E525CC;
}
</style>
border-color css
<style>
span { border-color: #E525CC; }
span { border-color: rgb(229,37,204); }
td.TdClassName
{
border-color: #E525CC;
}
.TagClassName
{
border-color: #E525CC;
}
</style>