Shades of Razzle Dazzle Rose #E33ACC
Tints of Razzle Dazzle Rose #E33ACC
RGB
CMYK
RGB Variations
Color information
#E33ACC (or 0xE33ACC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 3A and CC. RGB value is (227,58,204). Sum of RGB (Red+Green+Blue) = 227+58+204=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E33ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33ACC is #1CC533. Grayscale: #7C7C7C. Windows color (decimal): -1885492 or 13384419. OLE color: 13384419.
HSL color Cylindrical-coordinate representation of color #E33ACC: hue angle of 308.17º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33ACC is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 58 | 204 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.11 |
| HSL | 308.17º | 0.75% | 0.56% | - |
| HSV(B) | 308.17º | 0.74% | 0.89% | - |
| XYZ | 44.09 | 23.72 | 59.38 | - |
| YUV | 125.18 | 172.49 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 58 | 204 | 0 | 0.74 | 0.10 | 0.11 | 308.17 | 0.75 | 0.56 |
| Hex | E3 | 3A | CC | 0 | 4A | A | B | 134 | 4B | 38 |
| Octal | 343 | 72 | 314 | 0 | 112 | 12 | 13 | 464 | 113 | 70 |
| Binary | 11100011 | 111010 | 11001100 | 0 | 1001010 | 1010 | 1011 | 100110100 | 1001011 | 111000 |
Color Harmonies of #E33ACC
Complementary color
Monochromatic Colors of #E33ACC
Black with #E33ACC
Text Example
Text Example
White with #E33ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33ACC; }
p { color: rgb(227,58,204); }
H1.HeaderClassName
{
color: #E33ACC;
}
.AnyTagClassName
{
color: #E33ACC;
}
</style>
background-color css
<style>
a { background-color: #E33ACC; }
a { background-color: rgb(227,58,204); }
div.DivClassName
{
background-color: #E33ACC;
}
.BgClassName
{
background-color: #E33ACC;
}
</style>
border-color css
<style>
span { border-color: #E33ACC; }
span { border-color: rgb(227,58,204); }
td.TdClassName
{
border-color: #E33ACC;
}
.TagClassName
{
border-color: #E33ACC;
}
</style>