Shades of Razzle Dazzle Rose #E024E2
Tints of Razzle Dazzle Rose #E024E2
RGB
CMYK
RGB Variations
Color information
#E024E2 (or 0xE024E2) is known color: Razzle Dazzle Rose. HEX triplet: E0, 24 and E2. RGB value is (224,36,226). Sum of RGB (Red+Green+Blue) = 224+36+226=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 36 (14.45% from 255 or 7.41% from 486); Blue value is 226 (88.67% from 255 or 46.50% from 486); Max value from RGB is 226 - color contains mainly: blue. Hex color #E024E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024E2 is #1FDB1D. Grayscale: #717171. Windows color (decimal): -2087710 or 14820576. OLE color: 14820576.
HSL color Cylindrical-coordinate representation of color #E024E2: hue angle of 299.37º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024E2 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 36 | 226 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.11 |
| HSL | 299.37º | 0.77% | 0.51% | - |
| HSV(B) | 299.37º | 0.84% | 0.89% | - |
| XYZ | 45.1 | 22.6 | 73.94 | - |
| YUV | 113.87 | 191.28 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 226 | 0.01 | 0.84 | 0 | 0.11 | 299.37 | 0.77 | 0.51 |
| Hex | E0 | 24 | E2 | 1 | 54 | 0 | B | 12B | 4D | 33 |
| Octal | 340 | 44 | 342 | 1 | 124 | 0 | 13 | 453 | 115 | 63 |
| Binary | 11100000 | 100100 | 11100010 | 1 | 1010100 | 0 | 1011 | 100101011 | 1001101 | 110011 |
Color Harmonies of #E024E2
Complementary color
Monochromatic Colors of #E024E2
Black with #E024E2
Text Example
Text Example
White with #E024E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E024E2; }
p { color: rgb(224,36,226); }
H1.HeaderClassName
{
color: #E024E2;
}
.AnyTagClassName
{
color: #E024E2;
}
</style>
background-color css
<style>
a { background-color: #E024E2; }
a { background-color: rgb(224,36,226); }
div.DivClassName
{
background-color: #E024E2;
}
.BgClassName
{
background-color: #E024E2;
}
</style>
border-color css
<style>
span { border-color: #E024E2; }
span { border-color: rgb(224,36,226); }
td.TdClassName
{
border-color: #E024E2;
}
.TagClassName
{
border-color: #E024E2;
}
</style>