Shades of Razzle Dazzle Rose #E235DB
Tints of Razzle Dazzle Rose #E235DB
RGB
CMYK
RGB Variations
Color information
#E235DB (or 0xE235DB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 35 and DB. RGB value is (226,53,219). Sum of RGB (Red+Green+Blue) = 226+53+219=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 53 (21.09% from 255 or 10.64% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E235DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E235DB is #1DCA24. Grayscale: #7B7B7B. Windows color (decimal): -1952293 or 14366178. OLE color: 14366178.
HSL color Cylindrical-coordinate representation of color #E235DB: hue angle of 302.43º degrees, saturation: 0.75, 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 #E235DB is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 219 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.11 |
| HSL | 302.43º | 0.75% | 0.55% | - |
| HSV(B) | 302.43º | 0.77% | 0.89% | - |
| XYZ | 45.42 | 23.83 | 69.22 | - |
| YUV | 123.65 | 181.81 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 219 | 0 | 0.77 | 0.03 | 0.11 | 302.43 | 0.75 | 0.55 |
| Hex | E2 | 35 | DB | 0 | 4D | 3 | B | 12E | 4B | 37 |
| Octal | 342 | 65 | 333 | 0 | 115 | 3 | 13 | 456 | 113 | 67 |
| Binary | 11100010 | 110101 | 11011011 | 0 | 1001101 | 11 | 1011 | 100101110 | 1001011 | 110111 |
Color Harmonies of #E235DB
Complementary color
Monochromatic Colors of #E235DB
Black with #E235DB
Text Example
Text Example
White with #E235DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E235DB; }
p { color: rgb(226,53,219); }
H1.HeaderClassName
{
color: #E235DB;
}
.AnyTagClassName
{
color: #E235DB;
}
</style>
background-color css
<style>
a { background-color: #E235DB; }
a { background-color: rgb(226,53,219); }
div.DivClassName
{
background-color: #E235DB;
}
.BgClassName
{
background-color: #E235DB;
}
</style>
border-color css
<style>
span { border-color: #E235DB; }
span { border-color: rgb(226,53,219); }
td.TdClassName
{
border-color: #E235DB;
}
.TagClassName
{
border-color: #E235DB;
}
</style>