Shades of Razzle Dazzle Rose #E33BCD
Tints of Razzle Dazzle Rose #E33BCD
RGB
CMYK
RGB Variations
Color information
#E33BCD (or 0xE33BCD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 3B and CD. RGB value is (227,59,205). Sum of RGB (Red+Green+Blue) = 227+59+205=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E33BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33BCD is #1CC432. Grayscale: #7D7D7D. Windows color (decimal): -1885235 or 13450211. OLE color: 13450211.
HSL color Cylindrical-coordinate representation of color #E33BCD: hue angle of 307.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 #E33BCD is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 59 | 205 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.11 |
| HSL | 307.86º | 0.75% | 0.56% | - |
| HSV(B) | 307.86º | 0.74% | 0.89% | - |
| XYZ | 44.26 | 23.87 | 60.03 | - |
| YUV | 125.88 | 172.66 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 59 | 205 | 0 | 0.74 | 0.10 | 0.11 | 307.86 | 0.75 | 0.56 |
| Hex | E3 | 3B | CD | 0 | 4A | A | B | 134 | 4B | 38 |
| Octal | 343 | 73 | 315 | 0 | 112 | 12 | 13 | 464 | 113 | 70 |
| Binary | 11100011 | 111011 | 11001101 | 0 | 1001010 | 1010 | 1011 | 100110100 | 1001011 | 111000 |
Color Harmonies of #E33BCD
Complementary color
Monochromatic Colors of #E33BCD
Black with #E33BCD
Text Example
Text Example
White with #E33BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33BCD; }
p { color: rgb(227,59,205); }
H1.HeaderClassName
{
color: #E33BCD;
}
.AnyTagClassName
{
color: #E33BCD;
}
</style>
background-color css
<style>
a { background-color: #E33BCD; }
a { background-color: rgb(227,59,205); }
div.DivClassName
{
background-color: #E33BCD;
}
.BgClassName
{
background-color: #E33BCD;
}
</style>
border-color css
<style>
span { border-color: #E33BCD; }
span { border-color: rgb(227,59,205); }
td.TdClassName
{
border-color: #E33BCD;
}
.TagClassName
{
border-color: #E33BCD;
}
</style>