Shades of Razzle Dazzle Rose #E028DE
Tints of Razzle Dazzle Rose #E028DE
RGB
CMYK
RGB Variations
Color information
#E028DE (or 0xE028DE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and DE. RGB value is (224,40,222). Sum of RGB (Red+Green+Blue) = 224+40+222=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E028DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028DE is #1FD721. Grayscale: #737373. Windows color (decimal): -2086690 or 14559456. OLE color: 14559456.
HSL color Cylindrical-coordinate representation of color #E028DE: hue angle of 300.65º 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 #E028DE is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 222 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.12 |
| HSL | 300.65º | 0.75% | 0.52% | - |
| HSV(B) | 300.65º | 0.82% | 0.88% | - |
| XYZ | 44.68 | 22.64 | 71.12 | - |
| YUV | 115.76 | 187.96 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 222 | 0 | 0.82 | 0.01 | 0.12 | 300.65 | 0.75 | 0.52 |
| Hex | E0 | 28 | DE | 0 | 52 | 1 | C | 12D | 4B | 34 |
| Octal | 340 | 50 | 336 | 0 | 122 | 1 | 14 | 455 | 113 | 64 |
| Binary | 11100000 | 101000 | 11011110 | 0 | 1010010 | 1 | 1100 | 100101101 | 1001011 | 110100 |
Color Harmonies of #E028DE
Complementary color
Monochromatic Colors of #E028DE
Black with #E028DE
Text Example
Text Example
White with #E028DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028DE; }
p { color: rgb(224,40,222); }
H1.HeaderClassName
{
color: #E028DE;
}
.AnyTagClassName
{
color: #E028DE;
}
</style>
background-color css
<style>
a { background-color: #E028DE; }
a { background-color: rgb(224,40,222); }
div.DivClassName
{
background-color: #E028DE;
}
.BgClassName
{
background-color: #E028DE;
}
</style>
border-color css
<style>
span { border-color: #E028DE; }
span { border-color: rgb(224,40,222); }
td.TdClassName
{
border-color: #E028DE;
}
.TagClassName
{
border-color: #E028DE;
}
</style>