Shades of Razzle Dazzle Rose #E126E5
Tints of Razzle Dazzle Rose #E126E5
RGB
CMYK
RGB Variations
Color information
#E126E5 (or 0xE126E5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 26 and E5. RGB value is (225,38,229). Sum of RGB (Red+Green+Blue) = 225+38+229=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 38 (15.23% from 255 or 7.72% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #E126E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126E5 is #1ED91A. Grayscale: #737373. Windows color (decimal): -2021659 or 15017697. OLE color: 15017697.
HSL color Cylindrical-coordinate representation of color #E126E5: hue angle of 298.74º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E126E5 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 38 | 229 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.10 |
| HSL | 298.74º | 0.79% | 0.52% | - |
| HSV(B) | 298.74º | 0.83% | 0.9% | - |
| XYZ | 45.89 | 23.05 | 76.16 | - |
| YUV | 115.69 | 191.95 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 229 | 0.02 | 0.83 | 0 | 0.10 | 298.74 | 0.79 | 0.52 |
| Hex | E1 | 26 | E5 | 2 | 53 | 0 | A | 12B | 4F | 34 |
| Octal | 341 | 46 | 345 | 2 | 123 | 0 | 12 | 453 | 117 | 64 |
| Binary | 11100001 | 100110 | 11100101 | 10 | 1010011 | 0 | 1010 | 100101011 | 1001111 | 110100 |
Color Harmonies of #E126E5
Complementary color
Monochromatic Colors of #E126E5
Black with #E126E5
Text Example
Text Example
White with #E126E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E126E5; }
p { color: rgb(225,38,229); }
H1.HeaderClassName
{
color: #E126E5;
}
.AnyTagClassName
{
color: #E126E5;
}
</style>
background-color css
<style>
a { background-color: #E126E5; }
a { background-color: rgb(225,38,229); }
div.DivClassName
{
background-color: #E126E5;
}
.BgClassName
{
background-color: #E126E5;
}
</style>
border-color css
<style>
span { border-color: #E126E5; }
span { border-color: rgb(225,38,229); }
td.TdClassName
{
border-color: #E126E5;
}
.TagClassName
{
border-color: #E126E5;
}
</style>