Shades of Razzle Dazzle Rose #E139B9
Tints of Razzle Dazzle Rose #E139B9
RGB
CMYK
RGB Variations
Color information
#E139B9 (or 0xE139B9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 39 and B9. RGB value is (225,57,185). Sum of RGB (Red+Green+Blue) = 225+57+185=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 57 (22.66% from 255 or 12.21% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E139B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139B9 is #1EC646. Grayscale: #797979. Windows color (decimal): -2016839 or 12138977. OLE color: 12138977.
HSL color Cylindrical-coordinate representation of color #E139B9: hue angle of 314.29º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E139B9 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 185 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.12 |
| HSL | 314.29º | 0.74% | 0.55% | - |
| HSV(B) | 314.29º | 0.75% | 0.88% | - |
| XYZ | 41.27 | 22.44 | 48.05 | - |
| YUV | 121.82 | 163.66 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 185 | 0 | 0.75 | 0.18 | 0.12 | 314.29 | 0.74 | 0.55 |
| Hex | E1 | 39 | B9 | 0 | 4B | 12 | C | 13A | 4A | 37 |
| Octal | 341 | 71 | 271 | 0 | 113 | 22 | 14 | 472 | 112 | 67 |
| Binary | 11100001 | 111001 | 10111001 | 0 | 1001011 | 10010 | 1100 | 100111010 | 1001010 | 110111 |
Color Harmonies of #E139B9
Complementary color
Monochromatic Colors of #E139B9
Black with #E139B9
Text Example
Text Example
White with #E139B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139B9; }
p { color: rgb(225,57,185); }
H1.HeaderClassName
{
color: #E139B9;
}
.AnyTagClassName
{
color: #E139B9;
}
</style>
background-color css
<style>
a { background-color: #E139B9; }
a { background-color: rgb(225,57,185); }
div.DivClassName
{
background-color: #E139B9;
}
.BgClassName
{
background-color: #E139B9;
}
</style>
border-color css
<style>
span { border-color: #E139B9; }
span { border-color: rgb(225,57,185); }
td.TdClassName
{
border-color: #E139B9;
}
.TagClassName
{
border-color: #E139B9;
}
</style>