Shades of Razzle Dazzle Rose #E126C2
Tints of Razzle Dazzle Rose #E126C2
RGB
CMYK
RGB Variations
Color information
#E126C2 (or 0xE126C2) is known color: Razzle Dazzle Rose. HEX triplet: E1, 26 and C2. RGB value is (225,38,194). Sum of RGB (Red+Green+Blue) = 225+38+194=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E126C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126C2 is #1ED93D. Grayscale: #6F6F6F. Windows color (decimal): -2021694 or 12723937. OLE color: 12723937.
HSL color Cylindrical-coordinate representation of color #E126C2: hue angle of 309.95º 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 #E126C2 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 194 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.12 |
| HSL | 309.95º | 0.76% | 0.52% | - |
| HSV(B) | 309.95º | 0.83% | 0.88% | - |
| XYZ | 41.48 | 21.29 | 52.96 | - |
| YUV | 111.7 | 174.45 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 194 | 0 | 0.83 | 0.14 | 0.12 | 309.95 | 0.76 | 0.52 |
| Hex | E1 | 26 | C2 | 0 | 53 | E | C | 136 | 4C | 34 |
| Octal | 341 | 46 | 302 | 0 | 123 | 16 | 14 | 466 | 114 | 64 |
| Binary | 11100001 | 100110 | 11000010 | 0 | 1010011 | 1110 | 1100 | 100110110 | 1001100 | 110100 |
Color Harmonies of #E126C2
Complementary color
Monochromatic Colors of #E126C2
Black with #E126C2
Text Example
Text Example
White with #E126C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E126C2; }
p { color: rgb(225,38,194); }
H1.HeaderClassName
{
color: #E126C2;
}
.AnyTagClassName
{
color: #E126C2;
}
</style>
background-color css
<style>
a { background-color: #E126C2; }
a { background-color: rgb(225,38,194); }
div.DivClassName
{
background-color: #E126C2;
}
.BgClassName
{
background-color: #E126C2;
}
</style>
border-color css
<style>
span { border-color: #E126C2; }
span { border-color: rgb(225,38,194); }
td.TdClassName
{
border-color: #E126C2;
}
.TagClassName
{
border-color: #E126C2;
}
</style>