Shades of Razzle Dazzle Rose #E924D0
Tints of Razzle Dazzle Rose #E924D0
RGB
CMYK
RGB Variations
Color information
#E924D0 (or 0xE924D0) is known color: Razzle Dazzle Rose. HEX triplet: E9, 24 and D0. RGB value is (233,36,208). Sum of RGB (Red+Green+Blue) = 233+36+208=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 36 (14.45% from 255 or 7.55% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E924D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E924D0 is #16DB2F. Grayscale: #727272. Windows color (decimal): -1497904 or 13640937. OLE color: 13640937.
HSL color Cylindrical-coordinate representation of color #E924D0: hue angle of 307.61º 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 #E924D0 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 208 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.09 |
| HSL | 307.61º | 0.82% | 0.53% | - |
| HSV(B) | 307.61º | 0.85% | 0.91% | - |
| XYZ | 45.62 | 23.14 | 61.74 | - |
| YUV | 114.51 | 180.77 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 208 | 0 | 0.85 | 0.11 | 0.09 | 307.61 | 0.82 | 0.53 |
| Hex | E9 | 24 | D0 | 0 | 55 | B | 9 | 134 | 52 | 35 |
| Octal | 351 | 44 | 320 | 0 | 125 | 13 | 11 | 464 | 122 | 65 |
| Binary | 11101001 | 100100 | 11010000 | 0 | 1010101 | 1011 | 1001 | 100110100 | 1010010 | 110101 |
Color Harmonies of #E924D0
Complementary color
Monochromatic Colors of #E924D0
Black with #E924D0
Text Example
Text Example
White with #E924D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E924D0; }
p { color: rgb(233,36,208); }
H1.HeaderClassName
{
color: #E924D0;
}
.AnyTagClassName
{
color: #E924D0;
}
</style>
background-color css
<style>
a { background-color: #E924D0; }
a { background-color: rgb(233,36,208); }
div.DivClassName
{
background-color: #E924D0;
}
.BgClassName
{
background-color: #E924D0;
}
</style>
border-color css
<style>
span { border-color: #E924D0; }
span { border-color: rgb(233,36,208); }
td.TdClassName
{
border-color: #E924D0;
}
.TagClassName
{
border-color: #E924D0;
}
</style>