Shades of Razzle Dazzle Rose #E129CF
Tints of Razzle Dazzle Rose #E129CF
RGB
CMYK
RGB Variations
Color information
#E129CF (or 0xE129CF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 29 and CF. RGB value is (225,41,207). Sum of RGB (Red+Green+Blue) = 225+41+207=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E129CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129CF is #1ED630. Grayscale: #727272. Windows color (decimal): -2020913 or 13576673. OLE color: 13576673.
HSL color Cylindrical-coordinate representation of color #E129CF: hue angle of 305.87º 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 #E129CF is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 207 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.12 |
| HSL | 305.87º | 0.75% | 0.52% | - |
| HSV(B) | 305.87º | 0.82% | 0.88% | - |
| XYZ | 43.11 | 22.1 | 61.02 | - |
| YUV | 114.94 | 179.96 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 207 | 0 | 0.82 | 0.08 | 0.12 | 305.87 | 0.75 | 0.52 |
| Hex | E1 | 29 | CF | 0 | 52 | 8 | C | 132 | 4B | 34 |
| Octal | 341 | 51 | 317 | 0 | 122 | 10 | 14 | 462 | 113 | 64 |
| Binary | 11100001 | 101001 | 11001111 | 0 | 1010010 | 1000 | 1100 | 100110010 | 1001011 | 110100 |
Color Harmonies of #E129CF
Complementary color
Monochromatic Colors of #E129CF
Black with #E129CF
Text Example
Text Example
White with #E129CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E129CF; }
p { color: rgb(225,41,207); }
H1.HeaderClassName
{
color: #E129CF;
}
.AnyTagClassName
{
color: #E129CF;
}
</style>
background-color css
<style>
a { background-color: #E129CF; }
a { background-color: rgb(225,41,207); }
div.DivClassName
{
background-color: #E129CF;
}
.BgClassName
{
background-color: #E129CF;
}
</style>
border-color css
<style>
span { border-color: #E129CF; }
span { border-color: rgb(225,41,207); }
td.TdClassName
{
border-color: #E129CF;
}
.TagClassName
{
border-color: #E129CF;
}
</style>