Shades of Razzle Dazzle Rose #E129D9
Tints of Razzle Dazzle Rose #E129D9
RGB
CMYK
RGB Variations
Color information
#E129D9 (or 0xE129D9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 29 and D9. RGB value is (225,41,217). Sum of RGB (Red+Green+Blue) = 225+41+217=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E129D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129D9 is #1ED626. Grayscale: #737373. Windows color (decimal): -2020903 or 14232033. OLE color: 14232033.
HSL color Cylindrical-coordinate representation of color #E129D9: hue angle of 302.61º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E129D9 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 217 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.12 |
| HSL | 302.61º | 0.75% | 0.52% | - |
| HSV(B) | 302.61º | 0.82% | 0.88% | - |
| XYZ | 44.37 | 22.6 | 67.67 | - |
| YUV | 116.08 | 184.96 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 217 | 0 | 0.82 | 0.04 | 0.12 | 302.61 | 0.75 | 0.52 |
| Hex | E1 | 29 | D9 | 0 | 52 | 4 | C | 12F | 4B | 34 |
| Octal | 341 | 51 | 331 | 0 | 122 | 4 | 14 | 457 | 113 | 64 |
| Binary | 11100001 | 101001 | 11011001 | 0 | 1010010 | 100 | 1100 | 100101111 | 1001011 | 110100 |
Color Harmonies of #E129D9
Complementary color
Monochromatic Colors of #E129D9
Black with #E129D9
Text Example
Text Example
White with #E129D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E129D9; }
p { color: rgb(225,41,217); }
H1.HeaderClassName
{
color: #E129D9;
}
.AnyTagClassName
{
color: #E129D9;
}
</style>
background-color css
<style>
a { background-color: #E129D9; }
a { background-color: rgb(225,41,217); }
div.DivClassName
{
background-color: #E129D9;
}
.BgClassName
{
background-color: #E129D9;
}
</style>
border-color css
<style>
span { border-color: #E129D9; }
span { border-color: rgb(225,41,217); }
td.TdClassName
{
border-color: #E129D9;
}
.TagClassName
{
border-color: #E129D9;
}
</style>