Shades of Razzle Dazzle Rose #E226DA
Tints of Razzle Dazzle Rose #E226DA
RGB
CMYK
RGB Variations
Color information
#E226DA (or 0xE226DA) is known color: Razzle Dazzle Rose. HEX triplet: E2, 26 and DA. RGB value is (226,38,218). Sum of RGB (Red+Green+Blue) = 226+38+218=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 38 (15.23% from 255 or 7.88% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E226DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E226DA is #1DD925. Grayscale: #727272. Windows color (decimal): -1956134 or 14296802. OLE color: 14296802.
HSL color Cylindrical-coordinate representation of color #E226DA: hue angle of 302.55º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E226DA is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 218 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.11 |
| HSL | 302.55º | 0.76% | 0.52% | - |
| HSV(B) | 302.55º | 0.83% | 0.89% | - |
| XYZ | 44.71 | 22.62 | 68.34 | - |
| YUV | 114.73 | 186.28 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 218 | 0 | 0.83 | 0.04 | 0.11 | 302.55 | 0.76 | 0.52 |
| Hex | E2 | 26 | DA | 0 | 53 | 4 | B | 12F | 4C | 34 |
| Octal | 342 | 46 | 332 | 0 | 123 | 4 | 13 | 457 | 114 | 64 |
| Binary | 11100010 | 100110 | 11011010 | 0 | 1010011 | 100 | 1011 | 100101111 | 1001100 | 110100 |
Color Harmonies of #E226DA
Complementary color
Monochromatic Colors of #E226DA
Black with #E226DA
Text Example
Text Example
White with #E226DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E226DA; }
p { color: rgb(226,38,218); }
H1.HeaderClassName
{
color: #E226DA;
}
.AnyTagClassName
{
color: #E226DA;
}
</style>
background-color css
<style>
a { background-color: #E226DA; }
a { background-color: rgb(226,38,218); }
div.DivClassName
{
background-color: #E226DA;
}
.BgClassName
{
background-color: #E226DA;
}
</style>
border-color css
<style>
span { border-color: #E226DA; }
span { border-color: rgb(226,38,218); }
td.TdClassName
{
border-color: #E226DA;
}
.TagClassName
{
border-color: #E226DA;
}
</style>