Shades of Razzle Dazzle Rose #E924CE
Tints of Razzle Dazzle Rose #E924CE
RGB
CMYK
RGB Variations
Color information
#E924CE (or 0xE924CE) is known color: Razzle Dazzle Rose. HEX triplet: E9, 24 and CE. RGB value is (233,36,206). Sum of RGB (Red+Green+Blue) = 233+36+206=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 36 (14.45% from 255 or 7.58% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E924CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E924CE is #16DB31. Grayscale: #717171. Windows color (decimal): -1497906 or 13509865. OLE color: 13509865.
HSL color Cylindrical-coordinate representation of color #E924CE: hue angle of 308.22º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E924CE is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 206 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.09 |
| HSL | 308.22º | 0.82% | 0.53% | - |
| HSV(B) | 308.22º | 0.85% | 0.91% | - |
| XYZ | 45.38 | 23.04 | 60.45 | - |
| YUV | 114.28 | 179.77 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 206 | 0 | 0.85 | 0.12 | 0.09 | 308.22 | 0.82 | 0.53 |
| Hex | E9 | 24 | CE | 0 | 55 | C | 9 | 134 | 52 | 35 |
| Octal | 351 | 44 | 316 | 0 | 125 | 14 | 11 | 464 | 122 | 65 |
| Binary | 11101001 | 100100 | 11001110 | 0 | 1010101 | 1100 | 1001 | 100110100 | 1010010 | 110101 |
Color Harmonies of #E924CE
Complementary color
Monochromatic Colors of #E924CE
Black with #E924CE
Text Example
Text Example
White with #E924CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E924CE; }
p { color: rgb(233,36,206); }
H1.HeaderClassName
{
color: #E924CE;
}
.AnyTagClassName
{
color: #E924CE;
}
</style>
background-color css
<style>
a { background-color: #E924CE; }
a { background-color: rgb(233,36,206); }
div.DivClassName
{
background-color: #E924CE;
}
.BgClassName
{
background-color: #E924CE;
}
</style>
border-color css
<style>
span { border-color: #E924CE; }
span { border-color: rgb(233,36,206); }
td.TdClassName
{
border-color: #E924CE;
}
.TagClassName
{
border-color: #E924CE;
}
</style>