Shades of Razzle Dazzle Rose #E028BB
Tints of Razzle Dazzle Rose #E028BB
RGB
CMYK
RGB Variations
Color information
#E028BB (or 0xE028BB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and BB. RGB value is (224,40,187). Sum of RGB (Red+Green+Blue) = 224+40+187=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E028BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028BB is #1FD744. Grayscale: #6F6F6F. Windows color (decimal): -2086725 or 12265696. OLE color: 12265696.
HSL color Cylindrical-coordinate representation of color #E028BB: hue angle of 312.07º 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 #E028BB is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 187 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.12 |
| HSL | 312.07º | 0.75% | 0.52% | - |
| HSV(B) | 312.07º | 0.82% | 0.88% | - |
| XYZ | 40.47 | 20.95 | 48.93 | - |
| YUV | 111.77 | 170.46 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 187 | 0 | 0.82 | 0.17 | 0.12 | 312.07 | 0.75 | 0.52 |
| Hex | E0 | 28 | BB | 0 | 52 | 11 | C | 138 | 4B | 34 |
| Octal | 340 | 50 | 273 | 0 | 122 | 21 | 14 | 470 | 113 | 64 |
| Binary | 11100000 | 101000 | 10111011 | 0 | 1010010 | 10001 | 1100 | 100111000 | 1001011 | 110100 |
Color Harmonies of #E028BB
Complementary color
Monochromatic Colors of #E028BB
Black with #E028BB
Text Example
Text Example
White with #E028BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028BB; }
p { color: rgb(224,40,187); }
H1.HeaderClassName
{
color: #E028BB;
}
.AnyTagClassName
{
color: #E028BB;
}
</style>
background-color css
<style>
a { background-color: #E028BB; }
a { background-color: rgb(224,40,187); }
div.DivClassName
{
background-color: #E028BB;
}
.BgClassName
{
background-color: #E028BB;
}
</style>
border-color css
<style>
span { border-color: #E028BB; }
span { border-color: rgb(224,40,187); }
td.TdClassName
{
border-color: #E028BB;
}
.TagClassName
{
border-color: #E028BB;
}
</style>