Shades of Razzle Dazzle Rose #E028DD
Tints of Razzle Dazzle Rose #E028DD
RGB
CMYK
RGB Variations
Color information
#E028DD (or 0xE028DD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and DD. RGB value is (224,40,221). Sum of RGB (Red+Green+Blue) = 224+40+221=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E028DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028DD is #1FD722. Grayscale: #737373. Windows color (decimal): -2086691 or 14493920. OLE color: 14493920.
HSL color Cylindrical-coordinate representation of color #E028DD: hue angle of 300.98º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E028DD is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 221 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.12 |
| HSL | 300.98º | 0.75% | 0.52% | - |
| HSV(B) | 300.98º | 0.82% | 0.88% | - |
| XYZ | 44.55 | 22.59 | 70.42 | - |
| YUV | 115.65 | 187.46 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 221 | 0 | 0.82 | 0.01 | 0.12 | 300.98 | 0.75 | 0.52 |
| Hex | E0 | 28 | DD | 0 | 52 | 1 | C | 12D | 4B | 34 |
| Octal | 340 | 50 | 335 | 0 | 122 | 1 | 14 | 455 | 113 | 64 |
| Binary | 11100000 | 101000 | 11011101 | 0 | 1010010 | 1 | 1100 | 100101101 | 1001011 | 110100 |
Color Harmonies of #E028DD
Complementary color
Monochromatic Colors of #E028DD
Black with #E028DD
Text Example
Text Example
White with #E028DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028DD; }
p { color: rgb(224,40,221); }
H1.HeaderClassName
{
color: #E028DD;
}
.AnyTagClassName
{
color: #E028DD;
}
</style>
background-color css
<style>
a { background-color: #E028DD; }
a { background-color: rgb(224,40,221); }
div.DivClassName
{
background-color: #E028DD;
}
.BgClassName
{
background-color: #E028DD;
}
</style>
border-color css
<style>
span { border-color: #E028DD; }
span { border-color: rgb(224,40,221); }
td.TdClassName
{
border-color: #E028DD;
}
.TagClassName
{
border-color: #E028DD;
}
</style>