Shades of Razzle Dazzle Rose #E336B5
Tints of Razzle Dazzle Rose #E336B5
RGB
CMYK
RGB Variations
Color information
#E336B5 (or 0xE336B5) is known color: Razzle Dazzle Rose. HEX triplet: E3, 36 and B5. RGB value is (227,54,181). Sum of RGB (Red+Green+Blue) = 227+54+181=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E336B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E336B5 is #1CC94A. Grayscale: #777777. Windows color (decimal): -1886539 or 11876067. OLE color: 11876067.
HSL color Cylindrical-coordinate representation of color #E336B5: hue angle of 315.95º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E336B5 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 54 | 181 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.11 |
| HSL | 315.95º | 0.76% | 0.55% | - |
| HSV(B) | 315.95º | 0.76% | 0.89% | - |
| XYZ | 41.34 | 22.31 | 45.84 | - |
| YUV | 120.21 | 162.31 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 54 | 181 | 0 | 0.76 | 0.20 | 0.11 | 315.95 | 0.76 | 0.55 |
| Hex | E3 | 36 | B5 | 0 | 4C | 14 | B | 13C | 4C | 37 |
| Octal | 343 | 66 | 265 | 0 | 114 | 24 | 13 | 474 | 114 | 67 |
| Binary | 11100011 | 110110 | 10110101 | 0 | 1001100 | 10100 | 1011 | 100111100 | 1001100 | 110111 |
Color Harmonies of #E336B5
Complementary color
Monochromatic Colors of #E336B5
Black with #E336B5
Text Example
Text Example
White with #E336B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E336B5; }
p { color: rgb(227,54,181); }
H1.HeaderClassName
{
color: #E336B5;
}
.AnyTagClassName
{
color: #E336B5;
}
</style>
background-color css
<style>
a { background-color: #E336B5; }
a { background-color: rgb(227,54,181); }
div.DivClassName
{
background-color: #E336B5;
}
.BgClassName
{
background-color: #E336B5;
}
</style>
border-color css
<style>
span { border-color: #E336B5; }
span { border-color: rgb(227,54,181); }
td.TdClassName
{
border-color: #E336B5;
}
.TagClassName
{
border-color: #E336B5;
}
</style>