Shades of Razzle Dazzle Rose #E126D1
Tints of Razzle Dazzle Rose #E126D1
RGB
CMYK
RGB Variations
Color information
#E126D1 (or 0xE126D1) is known color: Razzle Dazzle Rose. HEX triplet: E1, 26 and D1. RGB value is (225,38,209). Sum of RGB (Red+Green+Blue) = 225+38+209=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E126D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126D1 is #1ED92E. Grayscale: #707070. Windows color (decimal): -2021679 or 13706977. OLE color: 13706977.
HSL color Cylindrical-coordinate representation of color #E126D1: hue angle of 305.13º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E126D1 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 209 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.12 |
| HSL | 305.13º | 0.76% | 0.52% | - |
| HSV(B) | 305.13º | 0.83% | 0.88% | - |
| XYZ | 43.25 | 22 | 62.29 | - |
| YUV | 113.41 | 181.95 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 209 | 0 | 0.83 | 0.07 | 0.12 | 305.13 | 0.76 | 0.52 |
| Hex | E1 | 26 | D1 | 0 | 53 | 7 | C | 131 | 4C | 34 |
| Octal | 341 | 46 | 321 | 0 | 123 | 7 | 14 | 461 | 114 | 64 |
| Binary | 11100001 | 100110 | 11010001 | 0 | 1010011 | 111 | 1100 | 100110001 | 1001100 | 110100 |
Color Harmonies of #E126D1
Complementary color
Monochromatic Colors of #E126D1
Black with #E126D1
Text Example
Text Example
White with #E126D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E126D1; }
p { color: rgb(225,38,209); }
H1.HeaderClassName
{
color: #E126D1;
}
.AnyTagClassName
{
color: #E126D1;
}
</style>
background-color css
<style>
a { background-color: #E126D1; }
a { background-color: rgb(225,38,209); }
div.DivClassName
{
background-color: #E126D1;
}
.BgClassName
{
background-color: #E126D1;
}
</style>
border-color css
<style>
span { border-color: #E126D1; }
span { border-color: rgb(225,38,209); }
td.TdClassName
{
border-color: #E126D1;
}
.TagClassName
{
border-color: #E126D1;
}
</style>