Shades of Razzle Dazzle Rose #E129C8
Tints of Razzle Dazzle Rose #E129C8
RGB
CMYK
RGB Variations
Color information
#E129C8 (or 0xE129C8) is known color: Razzle Dazzle Rose. HEX triplet: E1, 29 and C8. RGB value is (225,41,200). Sum of RGB (Red+Green+Blue) = 225+41+200=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E129C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129C8 is #1ED637. Grayscale: #717171. Windows color (decimal): -2020920 or 13117921. OLE color: 13117921.
HSL color Cylindrical-coordinate representation of color #E129C8: hue angle of 308.15º 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 #E129C8 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 200 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.12 |
| HSL | 308.15º | 0.75% | 0.52% | - |
| HSV(B) | 308.15º | 0.82% | 0.88% | - |
| XYZ | 42.27 | 21.76 | 56.62 | - |
| YUV | 114.14 | 176.46 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 200 | 0 | 0.82 | 0.11 | 0.12 | 308.15 | 0.75 | 0.52 |
| Hex | E1 | 29 | C8 | 0 | 52 | B | C | 134 | 4B | 34 |
| Octal | 341 | 51 | 310 | 0 | 122 | 13 | 14 | 464 | 113 | 64 |
| Binary | 11100001 | 101001 | 11001000 | 0 | 1010010 | 1011 | 1100 | 100110100 | 1001011 | 110100 |
Color Harmonies of #E129C8
Complementary color
Monochromatic Colors of #E129C8
Black with #E129C8
Text Example
Text Example
White with #E129C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E129C8; }
p { color: rgb(225,41,200); }
H1.HeaderClassName
{
color: #E129C8;
}
.AnyTagClassName
{
color: #E129C8;
}
</style>
background-color css
<style>
a { background-color: #E129C8; }
a { background-color: rgb(225,41,200); }
div.DivClassName
{
background-color: #E129C8;
}
.BgClassName
{
background-color: #E129C8;
}
</style>
border-color css
<style>
span { border-color: #E129C8; }
span { border-color: rgb(225,41,200); }
td.TdClassName
{
border-color: #E129C8;
}
.TagClassName
{
border-color: #E129C8;
}
</style>