Shades of Deep Pink #E60883
Tints of Deep Pink #E60883
RGB
CMYK
RGB Variations
Color information
#E60883 (or 0xE60883) is known color: Deep Pink. HEX triplet: E6, 08 and 83. RGB value is (230,8,131). Sum of RGB (Red+Green+Blue) = 230+8+131=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E60883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60883 is #19F77C. Grayscale: #585858. Windows color (decimal): -1701757 or 8587494. OLE color: 8587494.
HSL color Cylindrical-coordinate representation of color #E60883: hue angle of 326.76º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60883 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 131 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.10 |
| HSL | 326.76º | 0.93% | 0.47% | - |
| HSV(B) | 326.76º | 0.97% | 0.9% | - |
| XYZ | 36.82 | 18.64 | 23.13 | - |
| YUV | 88.4 | 152.05 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 131 | 0 | 0.97 | 0.43 | 0.10 | 326.76 | 0.93 | 0.47 |
| Hex | E6 | 8 | 83 | 0 | 61 | 2B | A | 147 | 5D | 2F |
| Octal | 346 | 10 | 203 | 0 | 141 | 53 | 12 | 507 | 135 | 57 |
| Binary | 11100110 | 1000 | 10000011 | 0 | 1100001 | 101011 | 1010 | 101000111 | 1011101 | 101111 |
Color Harmonies of #E60883
Complementary color
Monochromatic Colors of #E60883
Black with #E60883
Text Example
Text Example
White with #E60883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60883; }
p { color: rgb(230,8,131); }
H1.HeaderClassName
{
color: #E60883;
}
.AnyTagClassName
{
color: #E60883;
}
</style>
background-color css
<style>
a { background-color: #E60883; }
a { background-color: rgb(230,8,131); }
div.DivClassName
{
background-color: #E60883;
}
.BgClassName
{
background-color: #E60883;
}
</style>
border-color css
<style>
span { border-color: #E60883; }
span { border-color: rgb(230,8,131); }
td.TdClassName
{
border-color: #E60883;
}
.TagClassName
{
border-color: #E60883;
}
</style>