Shades of Razzle Dazzle Rose #E336DB
Tints of Razzle Dazzle Rose #E336DB
RGB
CMYK
RGB Variations
Color information
#E336DB (or 0xE336DB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 36 and DB. RGB value is (227,54,219). Sum of RGB (Red+Green+Blue) = 227+54+219=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E336DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E336DB is #1CC924. Grayscale: #7C7C7C. Windows color (decimal): -1886501 or 14366435. OLE color: 14366435.
HSL color Cylindrical-coordinate representation of color #E336DB: hue angle of 302.77º 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 #E336DB is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 54 | 219 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.11 |
| HSL | 302.77º | 0.76% | 0.55% | - |
| HSV(B) | 302.77º | 0.76% | 0.89% | - |
| XYZ | 45.78 | 24.08 | 69.25 | - |
| YUV | 124.54 | 181.31 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 54 | 219 | 0 | 0.76 | 0.04 | 0.11 | 302.77 | 0.76 | 0.55 |
| Hex | E3 | 36 | DB | 0 | 4C | 4 | B | 12F | 4C | 37 |
| Octal | 343 | 66 | 333 | 0 | 114 | 4 | 13 | 457 | 114 | 67 |
| Binary | 11100011 | 110110 | 11011011 | 0 | 1001100 | 100 | 1011 | 100101111 | 1001100 | 110111 |
Color Harmonies of #E336DB
Complementary color
Monochromatic Colors of #E336DB
Black with #E336DB
Text Example
Text Example
White with #E336DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E336DB; }
p { color: rgb(227,54,219); }
H1.HeaderClassName
{
color: #E336DB;
}
.AnyTagClassName
{
color: #E336DB;
}
</style>
background-color css
<style>
a { background-color: #E336DB; }
a { background-color: rgb(227,54,219); }
div.DivClassName
{
background-color: #E336DB;
}
.BgClassName
{
background-color: #E336DB;
}
</style>
border-color css
<style>
span { border-color: #E336DB; }
span { border-color: rgb(227,54,219); }
td.TdClassName
{
border-color: #E336DB;
}
.TagClassName
{
border-color: #E336DB;
}
</style>