Shades of Razzle Dazzle Rose #E034CC
Tints of Razzle Dazzle Rose #E034CC
RGB
CMYK
RGB Variations
Color information
#E034CC (or 0xE034CC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 34 and CC. RGB value is (224,52,204). Sum of RGB (Red+Green+Blue) = 224+52+204=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E034CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E034CC is #1FCB33. Grayscale: #787878. Windows color (decimal): -2083636 or 13382880. OLE color: 13382880.
HSL color Cylindrical-coordinate representation of color #E034CC: hue angle of 306.98º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E034CC is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 204 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.12 |
| HSL | 306.98º | 0.74% | 0.54% | - |
| HSV(B) | 306.98º | 0.77% | 0.88% | - |
| XYZ | 42.87 | 22.66 | 59.24 | - |
| YUV | 120.76 | 174.98 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 204 | 0 | 0.77 | 0.09 | 0.12 | 306.98 | 0.74 | 0.54 |
| Hex | E0 | 34 | CC | 0 | 4D | 9 | C | 133 | 4A | 36 |
| Octal | 340 | 64 | 314 | 0 | 115 | 11 | 14 | 463 | 112 | 66 |
| Binary | 11100000 | 110100 | 11001100 | 0 | 1001101 | 1001 | 1100 | 100110011 | 1001010 | 110110 |
Color Harmonies of #E034CC
Complementary color
Monochromatic Colors of #E034CC
Black with #E034CC
Text Example
Text Example
White with #E034CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E034CC; }
p { color: rgb(224,52,204); }
H1.HeaderClassName
{
color: #E034CC;
}
.AnyTagClassName
{
color: #E034CC;
}
</style>
background-color css
<style>
a { background-color: #E034CC; }
a { background-color: rgb(224,52,204); }
div.DivClassName
{
background-color: #E034CC;
}
.BgClassName
{
background-color: #E034CC;
}
</style>
border-color css
<style>
span { border-color: #E034CC; }
span { border-color: rgb(224,52,204); }
td.TdClassName
{
border-color: #E034CC;
}
.TagClassName
{
border-color: #E034CC;
}
</style>