Shades of Razzle Dazzle Rose #E33CC2
Tints of Razzle Dazzle Rose #E33CC2
RGB
CMYK
RGB Variations
Color information
#E33CC2 (or 0xE33CC2) is known color: Razzle Dazzle Rose. HEX triplet: E3, 3C and C2. RGB value is (227,60,194). Sum of RGB (Red+Green+Blue) = 227+60+194=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33CC2 is #1CC33D. Grayscale: #7C7C7C. Windows color (decimal): -1884990 or 12729571. OLE color: 12729571.
HSL color Cylindrical-coordinate representation of color #E33CC2: hue angle of 311.86º 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 #E33CC2 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 60 | 194 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.11 |
| HSL | 311.86º | 0.75% | 0.56% | - |
| HSV(B) | 311.86º | 0.74% | 0.89% | - |
| XYZ | 43.03 | 23.46 | 53.3 | - |
| YUV | 125.21 | 166.83 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 194 | 0 | 0.74 | 0.15 | 0.11 | 311.86 | 0.75 | 0.56 |
| Hex | E3 | 3C | C2 | 0 | 4A | F | B | 138 | 4B | 38 |
| Octal | 343 | 74 | 302 | 0 | 112 | 17 | 13 | 470 | 113 | 70 |
| Binary | 11100011 | 111100 | 11000010 | 0 | 1001010 | 1111 | 1011 | 100111000 | 1001011 | 111000 |
Color Harmonies of #E33CC2
Complementary color
Monochromatic Colors of #E33CC2
Black with #E33CC2
Text Example
Text Example
White with #E33CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33CC2; }
p { color: rgb(227,60,194); }
H1.HeaderClassName
{
color: #E33CC2;
}
.AnyTagClassName
{
color: #E33CC2;
}
</style>
background-color css
<style>
a { background-color: #E33CC2; }
a { background-color: rgb(227,60,194); }
div.DivClassName
{
background-color: #E33CC2;
}
.BgClassName
{
background-color: #E33CC2;
}
</style>
border-color css
<style>
span { border-color: #E33CC2; }
span { border-color: rgb(227,60,194); }
td.TdClassName
{
border-color: #E33CC2;
}
.TagClassName
{
border-color: #E33CC2;
}
</style>