Shades of Razzle Dazzle Rose #E023D0
Tints of Razzle Dazzle Rose #E023D0
RGB
CMYK
RGB Variations
Color information
#E023D0 (or 0xE023D0) is known color: Razzle Dazzle Rose. HEX triplet: E0, 23 and D0. RGB value is (224,35,208). Sum of RGB (Red+Green+Blue) = 224+35+208=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E023D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E023D0 is #1FDC2F. Grayscale: #6E6E6E. Windows color (decimal): -2087984 or 13640672. OLE color: 13640672.
HSL color Cylindrical-coordinate representation of color #E023D0: hue angle of 305.08º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E023D0 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 208 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.12 |
| HSL | 305.08º | 0.75% | 0.51% | - |
| HSV(B) | 305.08º | 0.84% | 0.88% | - |
| XYZ | 42.73 | 21.6 | 61.59 | - |
| YUV | 111.23 | 182.62 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 208 | 0 | 0.84 | 0.07 | 0.12 | 305.08 | 0.75 | 0.51 |
| Hex | E0 | 23 | D0 | 0 | 54 | 7 | C | 131 | 4B | 33 |
| Octal | 340 | 43 | 320 | 0 | 124 | 7 | 14 | 461 | 113 | 63 |
| Binary | 11100000 | 100011 | 11010000 | 0 | 1010100 | 111 | 1100 | 100110001 | 1001011 | 110011 |
Color Harmonies of #E023D0
Complementary color
Monochromatic Colors of #E023D0
Black with #E023D0
Text Example
Text Example
White with #E023D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E023D0; }
p { color: rgb(224,35,208); }
H1.HeaderClassName
{
color: #E023D0;
}
.AnyTagClassName
{
color: #E023D0;
}
</style>
background-color css
<style>
a { background-color: #E023D0; }
a { background-color: rgb(224,35,208); }
div.DivClassName
{
background-color: #E023D0;
}
.BgClassName
{
background-color: #E023D0;
}
</style>
border-color css
<style>
span { border-color: #E023D0; }
span { border-color: rgb(224,35,208); }
td.TdClassName
{
border-color: #E023D0;
}
.TagClassName
{
border-color: #E023D0;
}
</style>