Shades of Razzle Dazzle Rose #E527D3
Tints of Razzle Dazzle Rose #E527D3
RGB
CMYK
RGB Variations
Color information
#E527D3 (or 0xE527D3) is known color: Razzle Dazzle Rose. HEX triplet: E5, 27 and D3. RGB value is (229,39,211). Sum of RGB (Red+Green+Blue) = 229+39+211=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 39 (15.62% from 255 or 8.14% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E527D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E527D3 is #1AD82C. Grayscale: #727272. Windows color (decimal): -1759277 or 13838309. OLE color: 13838309.
HSL color Cylindrical-coordinate representation of color #E527D3: hue angle of 305.68º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E527D3 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 211 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.10 |
| HSL | 305.68º | 0.79% | 0.53% | - |
| HSV(B) | 305.68º | 0.83% | 0.9% | - |
| XYZ | 44.8 | 22.81 | 63.67 | - |
| YUV | 115.42 | 181.95 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 211 | 0 | 0.83 | 0.08 | 0.10 | 305.68 | 0.79 | 0.53 |
| Hex | E5 | 27 | D3 | 0 | 53 | 8 | A | 132 | 4F | 35 |
| Octal | 345 | 47 | 323 | 0 | 123 | 10 | 12 | 462 | 117 | 65 |
| Binary | 11100101 | 100111 | 11010011 | 0 | 1010011 | 1000 | 1010 | 100110010 | 1001111 | 110101 |
Color Harmonies of #E527D3
Complementary color
Monochromatic Colors of #E527D3
Black with #E527D3
Text Example
Text Example
White with #E527D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E527D3; }
p { color: rgb(229,39,211); }
H1.HeaderClassName
{
color: #E527D3;
}
.AnyTagClassName
{
color: #E527D3;
}
</style>
background-color css
<style>
a { background-color: #E527D3; }
a { background-color: rgb(229,39,211); }
div.DivClassName
{
background-color: #E527D3;
}
.BgClassName
{
background-color: #E527D3;
}
</style>
border-color css
<style>
span { border-color: #E527D3; }
span { border-color: rgb(229,39,211); }
td.TdClassName
{
border-color: #E527D3;
}
.TagClassName
{
border-color: #E527D3;
}
</style>