Shades of Razzle Dazzle Rose #E33CCA
Tints of Razzle Dazzle Rose #E33CCA
RGB
CMYK
RGB Variations
Color information
#E33CCA (or 0xE33CCA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 3C and CA. RGB value is (227,60,202). Sum of RGB (Red+Green+Blue) = 227+60+202=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33CCA is #1CC335. Grayscale: #7D7D7D. Windows color (decimal): -1884982 or 13253859. OLE color: 13253859.
HSL color Cylindrical-coordinate representation of color #E33CCA: hue angle of 308.98º 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 #E33CCA is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 60 | 202 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.11 |
| HSL | 308.98º | 0.75% | 0.56% | - |
| HSV(B) | 308.98º | 0.74% | 0.89% | - |
| XYZ | 43.96 | 23.83 | 58.16 | - |
| YUV | 126.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 202 | 0 | 0.74 | 0.11 | 0.11 | 308.98 | 0.75 | 0.56 |
| Hex | E3 | 3C | CA | 0 | 4A | B | B | 135 | 4B | 38 |
| Octal | 343 | 74 | 312 | 0 | 112 | 13 | 13 | 465 | 113 | 70 |
| Binary | 11100011 | 111100 | 11001010 | 0 | 1001010 | 1011 | 1011 | 100110101 | 1001011 | 111000 |
Color Harmonies of #E33CCA
Complementary color
Monochromatic Colors of #E33CCA
Black with #E33CCA
Text Example
Text Example
White with #E33CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33CCA; }
p { color: rgb(227,60,202); }
H1.HeaderClassName
{
color: #E33CCA;
}
.AnyTagClassName
{
color: #E33CCA;
}
</style>
background-color css
<style>
a { background-color: #E33CCA; }
a { background-color: rgb(227,60,202); }
div.DivClassName
{
background-color: #E33CCA;
}
.BgClassName
{
background-color: #E33CCA;
}
</style>
border-color css
<style>
span { border-color: #E33CCA; }
span { border-color: rgb(227,60,202); }
td.TdClassName
{
border-color: #E33CCA;
}
.TagClassName
{
border-color: #E33CCA;
}
</style>