Shades of Razzle Dazzle Rose #E334DB
Tints of Razzle Dazzle Rose #E334DB
RGB
CMYK
RGB Variations
Color information
#E334DB (or 0xE334DB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and DB. RGB value is (227,52,219). Sum of RGB (Red+Green+Blue) = 227+52+219=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 52 (20.70% from 255 or 10.44% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E334DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334DB is #1CCB24. Grayscale: #7A7A7A. Windows color (decimal): -1887013 or 14365923. OLE color: 14365923.
HSL color Cylindrical-coordinate representation of color #E334DB: hue angle of 302.74º 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 #E334DB is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 219 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.11 |
| HSL | 302.74º | 0.76% | 0.55% | - |
| HSV(B) | 302.74º | 0.77% | 0.89% | - |
| XYZ | 45.69 | 23.9 | 69.22 | - |
| YUV | 123.36 | 181.98 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 219 | 0 | 0.77 | 0.04 | 0.11 | 302.74 | 0.76 | 0.55 |
| Hex | E3 | 34 | DB | 0 | 4D | 4 | B | 12F | 4C | 37 |
| Octal | 343 | 64 | 333 | 0 | 115 | 4 | 13 | 457 | 114 | 67 |
| Binary | 11100011 | 110100 | 11011011 | 0 | 1001101 | 100 | 1011 | 100101111 | 1001100 | 110111 |
Color Harmonies of #E334DB
Complementary color
Monochromatic Colors of #E334DB
Black with #E334DB
Text Example
Text Example
White with #E334DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334DB; }
p { color: rgb(227,52,219); }
H1.HeaderClassName
{
color: #E334DB;
}
.AnyTagClassName
{
color: #E334DB;
}
</style>
background-color css
<style>
a { background-color: #E334DB; }
a { background-color: rgb(227,52,219); }
div.DivClassName
{
background-color: #E334DB;
}
.BgClassName
{
background-color: #E334DB;
}
</style>
border-color css
<style>
span { border-color: #E334DB; }
span { border-color: rgb(227,52,219); }
td.TdClassName
{
border-color: #E334DB;
}
.TagClassName
{
border-color: #E334DB;
}
</style>