Shades of Razzle Dazzle Rose #E126DA
Tints of Razzle Dazzle Rose #E126DA
RGB
CMYK
RGB Variations
Color information
#E126DA (or 0xE126DA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 26 and DA. RGB value is (225,38,218). Sum of RGB (Red+Green+Blue) = 225+38+218=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 38 (15.23% from 255 or 7.90% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E126DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126DA is #1ED925. Grayscale: #717171. Windows color (decimal): -2021670 or 14296801. OLE color: 14296801.
HSL color Cylindrical-coordinate representation of color #E126DA: hue angle of 302.25º 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 #E126DA is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 218 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.12 |
| HSL | 302.25º | 0.76% | 0.52% | - |
| HSV(B) | 302.25º | 0.83% | 0.88% | - |
| XYZ | 44.4 | 22.46 | 68.32 | - |
| YUV | 114.43 | 186.45 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 218 | 0 | 0.83 | 0.03 | 0.12 | 302.25 | 0.76 | 0.52 |
| Hex | E1 | 26 | DA | 0 | 53 | 3 | C | 12E | 4C | 34 |
| Octal | 341 | 46 | 332 | 0 | 123 | 3 | 14 | 456 | 114 | 64 |
| Binary | 11100001 | 100110 | 11011010 | 0 | 1010011 | 11 | 1100 | 100101110 | 1001100 | 110100 |
Color Harmonies of #E126DA
Complementary color
Monochromatic Colors of #E126DA
Black with #E126DA
Text Example
Text Example
White with #E126DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E126DA; }
p { color: rgb(225,38,218); }
H1.HeaderClassName
{
color: #E126DA;
}
.AnyTagClassName
{
color: #E126DA;
}
</style>
background-color css
<style>
a { background-color: #E126DA; }
a { background-color: rgb(225,38,218); }
div.DivClassName
{
background-color: #E126DA;
}
.BgClassName
{
background-color: #E126DA;
}
</style>
border-color css
<style>
span { border-color: #E126DA; }
span { border-color: rgb(225,38,218); }
td.TdClassName
{
border-color: #E126DA;
}
.TagClassName
{
border-color: #E126DA;
}
</style>