Shades of Razzle Dazzle Rose #E924E2
Tints of Razzle Dazzle Rose #E924E2
RGB
CMYK
RGB Variations
Color information
#E924E2 (or 0xE924E2) is known color: Razzle Dazzle Rose. HEX triplet: E9, 24 and E2. RGB value is (233,36,226). Sum of RGB (Red+Green+Blue) = 233+36+226=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 36 (14.45% from 255 or 7.27% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E924E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E924E2 is #16DB1D. Grayscale: #737373. Windows color (decimal): -1497886 or 14820585. OLE color: 14820585.
HSL color Cylindrical-coordinate representation of color #E924E2: hue angle of 302.13º 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 #E924E2 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 226 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.09 |
| HSL | 302.13º | 0.82% | 0.53% | - |
| HSV(B) | 302.13º | 0.85% | 0.91% | - |
| XYZ | 47.96 | 24.08 | 74.07 | - |
| YUV | 116.56 | 189.77 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 226 | 0 | 0.85 | 0.03 | 0.09 | 302.13 | 0.82 | 0.53 |
| Hex | E9 | 24 | E2 | 0 | 55 | 3 | 9 | 12E | 52 | 35 |
| Octal | 351 | 44 | 342 | 0 | 125 | 3 | 11 | 456 | 122 | 65 |
| Binary | 11101001 | 100100 | 11100010 | 0 | 1010101 | 11 | 1001 | 100101110 | 1010010 | 110101 |
Color Harmonies of #E924E2
Complementary color
Monochromatic Colors of #E924E2
Black with #E924E2
Text Example
Text Example
White with #E924E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E924E2; }
p { color: rgb(233,36,226); }
H1.HeaderClassName
{
color: #E924E2;
}
.AnyTagClassName
{
color: #E924E2;
}
</style>
background-color css
<style>
a { background-color: #E924E2; }
a { background-color: rgb(233,36,226); }
div.DivClassName
{
background-color: #E924E2;
}
.BgClassName
{
background-color: #E924E2;
}
</style>
border-color css
<style>
span { border-color: #E924E2; }
span { border-color: rgb(233,36,226); }
td.TdClassName
{
border-color: #E924E2;
}
.TagClassName
{
border-color: #E924E2;
}
</style>