Shades of Razzle Dazzle Rose #E029BE
Tints of Razzle Dazzle Rose #E029BE
RGB
CMYK
RGB Variations
Color information
#E029BE (or 0xE029BE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 29 and BE. RGB value is (224,41,190). Sum of RGB (Red+Green+Blue) = 224+41+190=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E029BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E029BE is #1FD641. Grayscale: #707070. Windows color (decimal): -2086466 or 12462560. OLE color: 12462560.
HSL color Cylindrical-coordinate representation of color #E029BE: hue angle of 311.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 #E029BE is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 190 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.12 |
| HSL | 311.15º | 0.75% | 0.52% | - |
| HSV(B) | 311.15º | 0.82% | 0.88% | - |
| XYZ | 40.83 | 21.15 | 50.65 | - |
| YUV | 112.7 | 171.63 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 190 | 0 | 0.82 | 0.15 | 0.12 | 311.15 | 0.75 | 0.52 |
| Hex | E0 | 29 | BE | 0 | 52 | F | C | 137 | 4B | 34 |
| Octal | 340 | 51 | 276 | 0 | 122 | 17 | 14 | 467 | 113 | 64 |
| Binary | 11100000 | 101001 | 10111110 | 0 | 1010010 | 1111 | 1100 | 100110111 | 1001011 | 110100 |
Color Harmonies of #E029BE
Complementary color
Monochromatic Colors of #E029BE
Black with #E029BE
Text Example
Text Example
White with #E029BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E029BE; }
p { color: rgb(224,41,190); }
H1.HeaderClassName
{
color: #E029BE;
}
.AnyTagClassName
{
color: #E029BE;
}
</style>
background-color css
<style>
a { background-color: #E029BE; }
a { background-color: rgb(224,41,190); }
div.DivClassName
{
background-color: #E029BE;
}
.BgClassName
{
background-color: #E029BE;
}
</style>
border-color css
<style>
span { border-color: #E029BE; }
span { border-color: rgb(224,41,190); }
td.TdClassName
{
border-color: #E029BE;
}
.TagClassName
{
border-color: #E029BE;
}
</style>