Shades of Razzle Dazzle Rose #E035CC
Tints of Razzle Dazzle Rose #E035CC
RGB
CMYK
RGB Variations
Color information
#E035CC (or 0xE035CC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 35 and CC. RGB value is (224,53,204). Sum of RGB (Red+Green+Blue) = 224+53+204=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E035CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E035CC is #1FCA33. Grayscale: #787878. Windows color (decimal): -2083380 or 13383136. OLE color: 13383136.
HSL color Cylindrical-coordinate representation of color #E035CC: hue angle of 307.02º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E035CC is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 204 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.12 |
| HSL | 307.02º | 0.73% | 0.54% | - |
| HSV(B) | 307.02º | 0.76% | 0.88% | - |
| XYZ | 42.91 | 22.75 | 59.26 | - |
| YUV | 121.34 | 174.65 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 204 | 0 | 0.76 | 0.09 | 0.12 | 307.02 | 0.73 | 0.54 |
| Hex | E0 | 35 | CC | 0 | 4C | 9 | C | 133 | 49 | 36 |
| Octal | 340 | 65 | 314 | 0 | 114 | 11 | 14 | 463 | 111 | 66 |
| Binary | 11100000 | 110101 | 11001100 | 0 | 1001100 | 1001 | 1100 | 100110011 | 1001001 | 110110 |
Color Harmonies of #E035CC
Complementary color
Monochromatic Colors of #E035CC
Black with #E035CC
Text Example
Text Example
White with #E035CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E035CC; }
p { color: rgb(224,53,204); }
H1.HeaderClassName
{
color: #E035CC;
}
.AnyTagClassName
{
color: #E035CC;
}
</style>
background-color css
<style>
a { background-color: #E035CC; }
a { background-color: rgb(224,53,204); }
div.DivClassName
{
background-color: #E035CC;
}
.BgClassName
{
background-color: #E035CC;
}
</style>
border-color css
<style>
span { border-color: #E035CC; }
span { border-color: rgb(224,53,204); }
td.TdClassName
{
border-color: #E035CC;
}
.TagClassName
{
border-color: #E035CC;
}
</style>