Shades of Razzle Dazzle Rose #E527DA
Tints of Razzle Dazzle Rose #E527DA
RGB
CMYK
RGB Variations
Color information
#E527DA (or 0xE527DA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 27 and DA. RGB value is (229,39,218). Sum of RGB (Red+Green+Blue) = 229+39+218=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E527DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E527DA is #1AD825. Grayscale: #737373. Windows color (decimal): -1759270 or 14297061. OLE color: 14297061.
HSL color Cylindrical-coordinate representation of color #E527DA: hue angle of 303.47º 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 #E527DA is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 218 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.10 |
| HSL | 303.47º | 0.79% | 0.53% | - |
| HSV(B) | 303.47º | 0.83% | 0.9% | - |
| XYZ | 45.69 | 23.17 | 68.39 | - |
| YUV | 116.22 | 185.45 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 218 | 0 | 0.83 | 0.05 | 0.10 | 303.47 | 0.79 | 0.53 |
| Hex | E5 | 27 | DA | 0 | 53 | 5 | A | 12F | 4F | 35 |
| Octal | 345 | 47 | 332 | 0 | 123 | 5 | 12 | 457 | 117 | 65 |
| Binary | 11100101 | 100111 | 11011010 | 0 | 1010011 | 101 | 1010 | 100101111 | 1001111 | 110101 |
Color Harmonies of #E527DA
Complementary color
Monochromatic Colors of #E527DA
Black with #E527DA
Text Example
Text Example
White with #E527DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E527DA; }
p { color: rgb(229,39,218); }
H1.HeaderClassName
{
color: #E527DA;
}
.AnyTagClassName
{
color: #E527DA;
}
</style>
background-color css
<style>
a { background-color: #E527DA; }
a { background-color: rgb(229,39,218); }
div.DivClassName
{
background-color: #E527DA;
}
.BgClassName
{
background-color: #E527DA;
}
</style>
border-color css
<style>
span { border-color: #E527DA; }
span { border-color: rgb(229,39,218); }
td.TdClassName
{
border-color: #E527DA;
}
.TagClassName
{
border-color: #E527DA;
}
</style>