Shades of Razzle Dazzle Rose #E226D1
Tints of Razzle Dazzle Rose #E226D1
RGB
CMYK
RGB Variations
Color information
#E226D1 (or 0xE226D1) is known color: Razzle Dazzle Rose. HEX triplet: E2, 26 and D1. RGB value is (226,38,209). Sum of RGB (Red+Green+Blue) = 226+38+209=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E226D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E226D1 is #1DD92E. Grayscale: #717171. Windows color (decimal): -1956143 or 13706978. OLE color: 13706978.
HSL color Cylindrical-coordinate representation of color #E226D1: hue angle of 305.43º 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 #E226D1 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 209 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.11 |
| HSL | 305.43º | 0.76% | 0.52% | - |
| HSV(B) | 305.43º | 0.83% | 0.89% | - |
| XYZ | 43.57 | 22.16 | 62.3 | - |
| YUV | 113.71 | 181.78 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 209 | 0 | 0.83 | 0.08 | 0.11 | 305.43 | 0.76 | 0.52 |
| Hex | E2 | 26 | D1 | 0 | 53 | 8 | B | 131 | 4C | 34 |
| Octal | 342 | 46 | 321 | 0 | 123 | 10 | 13 | 461 | 114 | 64 |
| Binary | 11100010 | 100110 | 11010001 | 0 | 1010011 | 1000 | 1011 | 100110001 | 1001100 | 110100 |
Color Harmonies of #E226D1
Complementary color
Monochromatic Colors of #E226D1
Black with #E226D1
Text Example
Text Example
White with #E226D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E226D1; }
p { color: rgb(226,38,209); }
H1.HeaderClassName
{
color: #E226D1;
}
.AnyTagClassName
{
color: #E226D1;
}
</style>
background-color css
<style>
a { background-color: #E226D1; }
a { background-color: rgb(226,38,209); }
div.DivClassName
{
background-color: #E226D1;
}
.BgClassName
{
background-color: #E226D1;
}
</style>
border-color css
<style>
span { border-color: #E226D1; }
span { border-color: rgb(226,38,209); }
td.TdClassName
{
border-color: #E226D1;
}
.TagClassName
{
border-color: #E226D1;
}
</style>