Shades of Dark Pink #E15283
Tints of Dark Pink #E15283
RGB
CMYK
RGB Variations
Color information
#E15283 (or 0xE15283) is known color: Dark Pink. HEX triplet: E1, 52 and 83. RGB value is (225,82,131). Sum of RGB (Red+Green+Blue) = 225+82+131=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E15283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15283 is #1EAD7C. Grayscale: #828282. Windows color (decimal): -2010493 or 8606433. OLE color: 8606433.
HSL color Cylindrical-coordinate representation of color #E15283: hue angle of 339.44º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15283 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 131 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.12 |
| HSL | 339.44º | 0.7% | 0.6% | - |
| HSV(B) | 339.44º | 0.64% | 0.88% | - |
| XYZ | 38.17 | 23.68 | 24.03 | - |
| YUV | 130.34 | 128.38 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 131 | 0 | 0.64 | 0.42 | 0.12 | 339.44 | 0.7 | 0.6 |
| Hex | E1 | 52 | 83 | 0 | 40 | 2A | C | 153 | 46 | 3C |
| Octal | 341 | 122 | 203 | 0 | 100 | 52 | 14 | 523 | 106 | 74 |
| Binary | 11100001 | 1010010 | 10000011 | 0 | 1000000 | 101010 | 1100 | 101010011 | 1000110 | 111100 |
Color Harmonies of #E15283
Complementary color
Monochromatic Colors of #E15283
Black with #E15283
Text Example
Text Example
White with #E15283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15283; }
p { color: rgb(225,82,131); }
H1.HeaderClassName
{
color: #E15283;
}
.AnyTagClassName
{
color: #E15283;
}
</style>
background-color css
<style>
a { background-color: #E15283; }
a { background-color: rgb(225,82,131); }
div.DivClassName
{
background-color: #E15283;
}
.BgClassName
{
background-color: #E15283;
}
</style>
border-color css
<style>
span { border-color: #E15283; }
span { border-color: rgb(225,82,131); }
td.TdClassName
{
border-color: #E15283;
}
.TagClassName
{
border-color: #E15283;
}
</style>