Shades of Razzle Dazzle Rose #E129CB
Tints of Razzle Dazzle Rose #E129CB
RGB
CMYK
RGB Variations
Color information
#E129CB (or 0xE129CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 29 and CB. RGB value is (225,41,203). Sum of RGB (Red+Green+Blue) = 225+41+203=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E129CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129CB is #1ED634. Grayscale: #727272. Windows color (decimal): -2020917 or 13314529. OLE color: 13314529.
HSL color Cylindrical-coordinate representation of color #E129CB: hue angle of 307.17º 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 #E129CB is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 203 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.12 |
| HSL | 307.17º | 0.75% | 0.52% | - |
| HSV(B) | 307.17º | 0.82% | 0.88% | - |
| XYZ | 42.62 | 21.91 | 58.48 | - |
| YUV | 114.48 | 177.96 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 203 | 0 | 0.82 | 0.10 | 0.12 | 307.17 | 0.75 | 0.52 |
| Hex | E1 | 29 | CB | 0 | 52 | A | C | 133 | 4B | 34 |
| Octal | 341 | 51 | 313 | 0 | 122 | 12 | 14 | 463 | 113 | 64 |
| Binary | 11100001 | 101001 | 11001011 | 0 | 1010010 | 1010 | 1100 | 100110011 | 1001011 | 110100 |
Color Harmonies of #E129CB
Complementary color
Monochromatic Colors of #E129CB
Black with #E129CB
Text Example
Text Example
White with #E129CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E129CB; }
p { color: rgb(225,41,203); }
H1.HeaderClassName
{
color: #E129CB;
}
.AnyTagClassName
{
color: #E129CB;
}
</style>
background-color css
<style>
a { background-color: #E129CB; }
a { background-color: rgb(225,41,203); }
div.DivClassName
{
background-color: #E129CB;
}
.BgClassName
{
background-color: #E129CB;
}
</style>
border-color css
<style>
span { border-color: #E129CB; }
span { border-color: rgb(225,41,203); }
td.TdClassName
{
border-color: #E129CB;
}
.TagClassName
{
border-color: #E129CB;
}
</style>