Shades of Razzle Dazzle Rose #E33CCD
Tints of Razzle Dazzle Rose #E33CCD
RGB
CMYK
RGB Variations
Color information
#E33CCD (or 0xE33CCD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 3C and CD. RGB value is (227,60,205). Sum of RGB (Red+Green+Blue) = 227+60+205=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33CCD is #1CC332. Grayscale: #7E7E7E. Windows color (decimal): -1884979 or 13450467. OLE color: 13450467.
HSL color Cylindrical-coordinate representation of color #E33CCD: hue angle of 307.9º 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 #E33CCD is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 60 | 205 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.11 |
| HSL | 307.9º | 0.75% | 0.56% | - |
| HSV(B) | 307.9º | 0.74% | 0.89% | - |
| XYZ | 44.31 | 23.97 | 60.05 | - |
| YUV | 126.46 | 172.33 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 205 | 0 | 0.74 | 0.10 | 0.11 | 307.9 | 0.75 | 0.56 |
| Hex | E3 | 3C | CD | 0 | 4A | A | B | 134 | 4B | 38 |
| Octal | 343 | 74 | 315 | 0 | 112 | 12 | 13 | 464 | 113 | 70 |
| Binary | 11100011 | 111100 | 11001101 | 0 | 1001010 | 1010 | 1011 | 100110100 | 1001011 | 111000 |
Color Harmonies of #E33CCD
Complementary color
Monochromatic Colors of #E33CCD
Black with #E33CCD
Text Example
Text Example
White with #E33CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33CCD; }
p { color: rgb(227,60,205); }
H1.HeaderClassName
{
color: #E33CCD;
}
.AnyTagClassName
{
color: #E33CCD;
}
</style>
background-color css
<style>
a { background-color: #E33CCD; }
a { background-color: rgb(227,60,205); }
div.DivClassName
{
background-color: #E33CCD;
}
.BgClassName
{
background-color: #E33CCD;
}
</style>
border-color css
<style>
span { border-color: #E33CCD; }
span { border-color: rgb(227,60,205); }
td.TdClassName
{
border-color: #E33CCD;
}
.TagClassName
{
border-color: #E33CCD;
}
</style>