Shades of Razzle Dazzle Rose #E044B3
Tints of Razzle Dazzle Rose #E044B3
RGB
CMYK
RGB Variations
Color information
#E044B3 (or 0xE044B3) is known color: Razzle Dazzle Rose. HEX triplet: E0, 44 and B3. RGB value is (224,68,179). Sum of RGB (Red+Green+Blue) = 224+68+179=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E044B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E044B3 is #1FBB4C. Grayscale: #7F7F7F. Windows color (decimal): -2079565 or 11748576. OLE color: 11748576.
HSL color Cylindrical-coordinate representation of color #E044B3: hue angle of 317.31º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E044B3 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 179 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.12 |
| HSL | 317.31º | 0.72% | 0.57% | - |
| HSV(B) | 317.31º | 0.7% | 0.88% | - |
| XYZ | 40.94 | 23.24 | 44.97 | - |
| YUV | 127.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 179 | 0 | 0.70 | 0.20 | 0.12 | 317.31 | 0.72 | 0.57 |
| Hex | E0 | 44 | B3 | 0 | 46 | 14 | C | 13D | 48 | 39 |
| Octal | 340 | 104 | 263 | 0 | 106 | 24 | 14 | 475 | 110 | 71 |
| Binary | 11100000 | 1000100 | 10110011 | 0 | 1000110 | 10100 | 1100 | 100111101 | 1001000 | 111001 |
Color Harmonies of #E044B3
Complementary color
Monochromatic Colors of #E044B3
Black with #E044B3
Text Example
Text Example
White with #E044B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E044B3; }
p { color: rgb(224,68,179); }
H1.HeaderClassName
{
color: #E044B3;
}
.AnyTagClassName
{
color: #E044B3;
}
</style>
background-color css
<style>
a { background-color: #E044B3; }
a { background-color: rgb(224,68,179); }
div.DivClassName
{
background-color: #E044B3;
}
.BgClassName
{
background-color: #E044B3;
}
</style>
border-color css
<style>
span { border-color: #E044B3; }
span { border-color: rgb(224,68,179); }
td.TdClassName
{
border-color: #E044B3;
}
.TagClassName
{
border-color: #E044B3;
}
</style>