Shades of Razzle Dazzle Rose #E028C1
Tints of Razzle Dazzle Rose #E028C1
RGB
CMYK
RGB Variations
Color information
#E028C1 (or 0xE028C1) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and C1. RGB value is (224,40,193). Sum of RGB (Red+Green+Blue) = 224+40+193=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E028C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028C1 is #1FD73E. Grayscale: #707070. Windows color (decimal): -2086719 or 12658912. OLE color: 12658912.
HSL color Cylindrical-coordinate representation of color #E028C1: hue angle of 310.11º 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 #E028C1 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 193 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.12 |
| HSL | 310.11º | 0.75% | 0.52% | - |
| HSV(B) | 310.11º | 0.82% | 0.88% | - |
| XYZ | 41.12 | 21.22 | 52.38 | - |
| YUV | 112.46 | 173.46 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 193 | 0 | 0.82 | 0.14 | 0.12 | 310.11 | 0.75 | 0.52 |
| Hex | E0 | 28 | C1 | 0 | 52 | E | C | 136 | 4B | 34 |
| Octal | 340 | 50 | 301 | 0 | 122 | 16 | 14 | 466 | 113 | 64 |
| Binary | 11100000 | 101000 | 11000001 | 0 | 1010010 | 1110 | 1100 | 100110110 | 1001011 | 110100 |
Color Harmonies of #E028C1
Complementary color
Monochromatic Colors of #E028C1
Black with #E028C1
Text Example
Text Example
White with #E028C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028C1; }
p { color: rgb(224,40,193); }
H1.HeaderClassName
{
color: #E028C1;
}
.AnyTagClassName
{
color: #E028C1;
}
</style>
background-color css
<style>
a { background-color: #E028C1; }
a { background-color: rgb(224,40,193); }
div.DivClassName
{
background-color: #E028C1;
}
.BgClassName
{
background-color: #E028C1;
}
</style>
border-color css
<style>
span { border-color: #E028C1; }
span { border-color: rgb(224,40,193); }
td.TdClassName
{
border-color: #E028C1;
}
.TagClassName
{
border-color: #E028C1;
}
</style>