Shades of Razzle Dazzle Rose #E537CD
Tints of Razzle Dazzle Rose #E537CD
RGB
CMYK
RGB Variations
Color information
#E537CD (or 0xE537CD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 37 and CD. RGB value is (229,55,205). Sum of RGB (Red+Green+Blue) = 229+55+205=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E537CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E537CD is #1AC832. Grayscale: #7B7B7B. Windows color (decimal): -1755187 or 13449189. OLE color: 13449189.
HSL color Cylindrical-coordinate representation of color #E537CD: hue angle of 308.28º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E537CD is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 205 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.10 |
| HSL | 308.28º | 0.77% | 0.56% | - |
| HSV(B) | 308.28º | 0.76% | 0.9% | - |
| XYZ | 44.7 | 23.8 | 60 | - |
| YUV | 124.13 | 173.65 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 205 | 0 | 0.76 | 0.10 | 0.10 | 308.28 | 0.77 | 0.56 |
| Hex | E5 | 37 | CD | 0 | 4C | A | A | 134 | 4D | 38 |
| Octal | 345 | 67 | 315 | 0 | 114 | 12 | 12 | 464 | 115 | 70 |
| Binary | 11100101 | 110111 | 11001101 | 0 | 1001100 | 1010 | 1010 | 100110100 | 1001101 | 111000 |
Color Harmonies of #E537CD
Complementary color
Monochromatic Colors of #E537CD
Black with #E537CD
Text Example
Text Example
White with #E537CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E537CD; }
p { color: rgb(229,55,205); }
H1.HeaderClassName
{
color: #E537CD;
}
.AnyTagClassName
{
color: #E537CD;
}
</style>
background-color css
<style>
a { background-color: #E537CD; }
a { background-color: rgb(229,55,205); }
div.DivClassName
{
background-color: #E537CD;
}
.BgClassName
{
background-color: #E537CD;
}
</style>
border-color css
<style>
span { border-color: #E537CD; }
span { border-color: rgb(229,55,205); }
td.TdClassName
{
border-color: #E537CD;
}
.TagClassName
{
border-color: #E537CD;
}
</style>