Shades of Razzle Dazzle Rose #E030CA
Tints of Razzle Dazzle Rose #E030CA
RGB
CMYK
RGB Variations
Color information
#E030CA (or 0xE030CA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 30 and CA. RGB value is (224,48,202). Sum of RGB (Red+Green+Blue) = 224+48+202=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E030CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030CA is #1FCF35. Grayscale: #757575. Windows color (decimal): -2084662 or 13250784. OLE color: 13250784.
HSL color Cylindrical-coordinate representation of color #E030CA: hue angle of 307.5º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E030CA is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 202 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.12 |
| HSL | 307.5º | 0.74% | 0.53% | - |
| HSV(B) | 307.5º | 0.79% | 0.88% | - |
| XYZ | 42.46 | 22.23 | 57.93 | - |
| YUV | 118.18 | 175.31 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 202 | 0 | 0.79 | 0.10 | 0.12 | 307.5 | 0.74 | 0.53 |
| Hex | E0 | 30 | CA | 0 | 4F | A | C | 134 | 4A | 35 |
| Octal | 340 | 60 | 312 | 0 | 117 | 12 | 14 | 464 | 112 | 65 |
| Binary | 11100000 | 110000 | 11001010 | 0 | 1001111 | 1010 | 1100 | 100110100 | 1001010 | 110101 |
Color Harmonies of #E030CA
Complementary color
Monochromatic Colors of #E030CA
Black with #E030CA
Text Example
Text Example
White with #E030CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E030CA; }
p { color: rgb(224,48,202); }
H1.HeaderClassName
{
color: #E030CA;
}
.AnyTagClassName
{
color: #E030CA;
}
</style>
background-color css
<style>
a { background-color: #E030CA; }
a { background-color: rgb(224,48,202); }
div.DivClassName
{
background-color: #E030CA;
}
.BgClassName
{
background-color: #E030CA;
}
</style>
border-color css
<style>
span { border-color: #E030CA; }
span { border-color: rgb(224,48,202); }
td.TdClassName
{
border-color: #E030CA;
}
.TagClassName
{
border-color: #E030CA;
}
</style>