Shades of Razzle Dazzle Rose #E023D4
Tints of Razzle Dazzle Rose #E023D4
RGB
CMYK
RGB Variations
Color information
#E023D4 (or 0xE023D4) is known color: Razzle Dazzle Rose. HEX triplet: E0, 23 and D4. RGB value is (224,35,212). Sum of RGB (Red+Green+Blue) = 224+35+212=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 35 (14.06% from 255 or 7.43% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E023D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E023D4 is #1FDC2B. Grayscale: #6F6F6F. Windows color (decimal): -2087980 or 13902816. OLE color: 13902816.
HSL color Cylindrical-coordinate representation of color #E023D4: hue angle of 303.81º 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 #E023D4 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 212 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.12 |
| HSL | 303.81º | 0.75% | 0.51% | - |
| HSV(B) | 303.81º | 0.84% | 0.88% | - |
| XYZ | 43.23 | 21.8 | 64.22 | - |
| YUV | 111.69 | 184.62 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 212 | 0 | 0.84 | 0.05 | 0.12 | 303.81 | 0.75 | 0.51 |
| Hex | E0 | 23 | D4 | 0 | 54 | 5 | C | 130 | 4B | 33 |
| Octal | 340 | 43 | 324 | 0 | 124 | 5 | 14 | 460 | 113 | 63 |
| Binary | 11100000 | 100011 | 11010100 | 0 | 1010100 | 101 | 1100 | 100110000 | 1001011 | 110011 |
Color Harmonies of #E023D4
Complementary color
Monochromatic Colors of #E023D4
Black with #E023D4
Text Example
Text Example
White with #E023D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E023D4; }
p { color: rgb(224,35,212); }
H1.HeaderClassName
{
color: #E023D4;
}
.AnyTagClassName
{
color: #E023D4;
}
</style>
background-color css
<style>
a { background-color: #E023D4; }
a { background-color: rgb(224,35,212); }
div.DivClassName
{
background-color: #E023D4;
}
.BgClassName
{
background-color: #E023D4;
}
</style>
border-color css
<style>
span { border-color: #E023D4; }
span { border-color: rgb(224,35,212); }
td.TdClassName
{
border-color: #E023D4;
}
.TagClassName
{
border-color: #E023D4;
}
</style>