Shades of Deep Pink #E60C83
Tints of Deep Pink #E60C83
RGB
CMYK
RGB Variations
Color information
#E60C83 (or 0xE60C83) is known color: Deep Pink. HEX triplet: E6, 0C and 83. RGB value is (230,12,131). Sum of RGB (Red+Green+Blue) = 230+12+131=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C83 is #19F37C. Grayscale: #5A5A5A. Windows color (decimal): -1700733 or 8588518. OLE color: 8588518.
HSL color Cylindrical-coordinate representation of color #E60C83: hue angle of 327.25º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60C83 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 131 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.10 |
| HSL | 327.25º | 0.9% | 0.47% | - |
| HSV(B) | 327.25º | 0.95% | 0.9% | - |
| XYZ | 36.86 | 18.72 | 23.14 | - |
| YUV | 90.75 | 150.72 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 131 | 0 | 0.95 | 0.43 | 0.10 | 327.25 | 0.9 | 0.47 |
| Hex | E6 | C | 83 | 0 | 5F | 2B | A | 147 | 5A | 2F |
| Octal | 346 | 14 | 203 | 0 | 137 | 53 | 12 | 507 | 132 | 57 |
| Binary | 11100110 | 1100 | 10000011 | 0 | 1011111 | 101011 | 1010 | 101000111 | 1011010 | 101111 |
Color Harmonies of #E60C83
Complementary color
Monochromatic Colors of #E60C83
Black with #E60C83
Text Example
Text Example
White with #E60C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C83; }
p { color: rgb(230,12,131); }
H1.HeaderClassName
{
color: #E60C83;
}
.AnyTagClassName
{
color: #E60C83;
}
</style>
background-color css
<style>
a { background-color: #E60C83; }
a { background-color: rgb(230,12,131); }
div.DivClassName
{
background-color: #E60C83;
}
.BgClassName
{
background-color: #E60C83;
}
</style>
border-color css
<style>
span { border-color: #E60C83; }
span { border-color: rgb(230,12,131); }
td.TdClassName
{
border-color: #E60C83;
}
.TagClassName
{
border-color: #E60C83;
}
</style>