Shades of Razzle Dazzle Rose #E335CC
Tints of Razzle Dazzle Rose #E335CC
RGB
CMYK
RGB Variations
Color information
#E335CC (or 0xE335CC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 35 and CC. RGB value is (227,53,204). Sum of RGB (Red+Green+Blue) = 227+53+204=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E335CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E335CC is #1CCA33. Grayscale: #797979. Windows color (decimal): -1886772 or 13383139. OLE color: 13383139.
HSL color Cylindrical-coordinate representation of color #E335CC: hue angle of 307.93º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E335CC is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 53 | 204 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.11 |
| HSL | 307.93º | 0.76% | 0.55% | - |
| HSV(B) | 307.93º | 0.77% | 0.89% | - |
| XYZ | 43.85 | 23.24 | 59.3 | - |
| YUV | 122.24 | 174.15 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 53 | 204 | 0 | 0.77 | 0.10 | 0.11 | 307.93 | 0.76 | 0.55 |
| Hex | E3 | 35 | CC | 0 | 4D | A | B | 134 | 4C | 37 |
| Octal | 343 | 65 | 314 | 0 | 115 | 12 | 13 | 464 | 114 | 67 |
| Binary | 11100011 | 110101 | 11001100 | 0 | 1001101 | 1010 | 1011 | 100110100 | 1001100 | 110111 |
Color Harmonies of #E335CC
Complementary color
Monochromatic Colors of #E335CC
Black with #E335CC
Text Example
Text Example
White with #E335CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E335CC; }
p { color: rgb(227,53,204); }
H1.HeaderClassName
{
color: #E335CC;
}
.AnyTagClassName
{
color: #E335CC;
}
</style>
background-color css
<style>
a { background-color: #E335CC; }
a { background-color: rgb(227,53,204); }
div.DivClassName
{
background-color: #E335CC;
}
.BgClassName
{
background-color: #E335CC;
}
</style>
border-color css
<style>
span { border-color: #E335CC; }
span { border-color: rgb(227,53,204); }
td.TdClassName
{
border-color: #E335CC;
}
.TagClassName
{
border-color: #E335CC;
}
</style>