Shades of Razzle Dazzle Rose #E139B7
Tints of Razzle Dazzle Rose #E139B7
RGB
CMYK
RGB Variations
Color information
#E139B7 (or 0xE139B7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 39 and B7. RGB value is (225,57,183). Sum of RGB (Red+Green+Blue) = 225+57+183=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E139B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139B7 is #1EC648. Grayscale: #797979. Windows color (decimal): -2016841 or 12007905. OLE color: 12007905.
HSL color Cylindrical-coordinate representation of color #E139B7: hue angle of 315º 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 #E139B7 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 183 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.12 |
| HSL | 315º | 0.74% | 0.55% | - |
| HSV(B) | 315º | 0.75% | 0.88% | - |
| XYZ | 41.06 | 22.35 | 46.95 | - |
| YUV | 121.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 183 | 0 | 0.75 | 0.19 | 0.12 | 315 | 0.74 | 0.55 |
| Hex | E1 | 39 | B7 | 0 | 4B | 13 | C | 13B | 4A | 37 |
| Octal | 341 | 71 | 267 | 0 | 113 | 23 | 14 | 473 | 112 | 67 |
| Binary | 11100001 | 111001 | 10110111 | 0 | 1001011 | 10011 | 1100 | 100111011 | 1001010 | 110111 |
Color Harmonies of #E139B7
Complementary color
Monochromatic Colors of #E139B7
Black with #E139B7
Text Example
Text Example
White with #E139B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139B7; }
p { color: rgb(225,57,183); }
H1.HeaderClassName
{
color: #E139B7;
}
.AnyTagClassName
{
color: #E139B7;
}
</style>
background-color css
<style>
a { background-color: #E139B7; }
a { background-color: rgb(225,57,183); }
div.DivClassName
{
background-color: #E139B7;
}
.BgClassName
{
background-color: #E139B7;
}
</style>
border-color css
<style>
span { border-color: #E139B7; }
span { border-color: rgb(225,57,183); }
td.TdClassName
{
border-color: #E139B7;
}
.TagClassName
{
border-color: #E139B7;
}
</style>