Shades of Razzle Dazzle Rose #E33CD0
Tints of Razzle Dazzle Rose #E33CD0
RGB
CMYK
RGB Variations
Color information
#E33CD0 (or 0xE33CD0) is known color: Razzle Dazzle Rose. HEX triplet: E3, 3C and D0. RGB value is (227,60,208). Sum of RGB (Red+Green+Blue) = 227+60+208=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33CD0 is #1CC32F. Grayscale: #7E7E7E. Windows color (decimal): -1884976 or 13647075. OLE color: 13647075.
HSL color Cylindrical-coordinate representation of color #E33CD0: hue angle of 306.83º 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 #E33CD0 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 60 | 208 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.11 |
| HSL | 306.83º | 0.75% | 0.56% | - |
| HSV(B) | 306.83º | 0.74% | 0.89% | - |
| XYZ | 44.68 | 24.12 | 61.97 | - |
| YUV | 126.81 | 173.83 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 208 | 0 | 0.74 | 0.08 | 0.11 | 306.83 | 0.75 | 0.56 |
| Hex | E3 | 3C | D0 | 0 | 4A | 8 | B | 133 | 4B | 38 |
| Octal | 343 | 74 | 320 | 0 | 112 | 10 | 13 | 463 | 113 | 70 |
| Binary | 11100011 | 111100 | 11010000 | 0 | 1001010 | 1000 | 1011 | 100110011 | 1001011 | 111000 |
Color Harmonies of #E33CD0
Complementary color
Monochromatic Colors of #E33CD0
Black with #E33CD0
Text Example
Text Example
White with #E33CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33CD0; }
p { color: rgb(227,60,208); }
H1.HeaderClassName
{
color: #E33CD0;
}
.AnyTagClassName
{
color: #E33CD0;
}
</style>
background-color css
<style>
a { background-color: #E33CD0; }
a { background-color: rgb(227,60,208); }
div.DivClassName
{
background-color: #E33CD0;
}
.BgClassName
{
background-color: #E33CD0;
}
</style>
border-color css
<style>
span { border-color: #E33CD0; }
span { border-color: rgb(227,60,208); }
td.TdClassName
{
border-color: #E33CD0;
}
.TagClassName
{
border-color: #E33CD0;
}
</style>