Shades of Razzle Dazzle Rose #E02CBA
Tints of Razzle Dazzle Rose #E02CBA
RGB
CMYK
RGB Variations
Color information
#E02CBA (or 0xE02CBA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2C and BA. RGB value is (224,44,186). Sum of RGB (Red+Green+Blue) = 224+44+186=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02CBA is #1FD345. Grayscale: #717171. Windows color (decimal): -2085702 or 12201184. OLE color: 12201184.
HSL color Cylindrical-coordinate representation of color #E02CBA: hue angle of 312.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02CBA is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 186 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.12 |
| HSL | 312.67º | 0.74% | 0.53% | - |
| HSV(B) | 312.67º | 0.8% | 0.88% | - |
| XYZ | 40.5 | 21.19 | 48.41 | - |
| YUV | 114.01 | 168.63 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 186 | 0 | 0.80 | 0.17 | 0.12 | 312.67 | 0.74 | 0.53 |
| Hex | E0 | 2C | BA | 0 | 50 | 11 | C | 139 | 4A | 35 |
| Octal | 340 | 54 | 272 | 0 | 120 | 21 | 14 | 471 | 112 | 65 |
| Binary | 11100000 | 101100 | 10111010 | 0 | 1010000 | 10001 | 1100 | 100111001 | 1001010 | 110101 |
Color Harmonies of #E02CBA
Complementary color
Monochromatic Colors of #E02CBA
Black with #E02CBA
Text Example
Text Example
White with #E02CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CBA; }
p { color: rgb(224,44,186); }
H1.HeaderClassName
{
color: #E02CBA;
}
.AnyTagClassName
{
color: #E02CBA;
}
</style>
background-color css
<style>
a { background-color: #E02CBA; }
a { background-color: rgb(224,44,186); }
div.DivClassName
{
background-color: #E02CBA;
}
.BgClassName
{
background-color: #E02CBA;
}
</style>
border-color css
<style>
span { border-color: #E02CBA; }
span { border-color: rgb(224,44,186); }
td.TdClassName
{
border-color: #E02CBA;
}
.TagClassName
{
border-color: #E02CBA;
}
</style>