Shades of Deep Pink #E61A8C
Tints of Deep Pink #E61A8C
RGB
CMYK
RGB Variations
Color information
#E61A8C (or 0xE61A8C) is known color: Deep Pink. HEX triplet: E6, 1A and 8C. RGB value is (230,26,140). Sum of RGB (Red+Green+Blue) = 230+26+140=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61A8C is #19E573. Grayscale: #636363. Windows color (decimal): -1697140 or 9181926. OLE color: 9181926.
HSL color Cylindrical-coordinate representation of color #E61A8C: hue angle of 326.47º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61A8C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 140 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.10 |
| HSL | 326.47º | 0.8% | 0.5% | - |
| HSV(B) | 326.47º | 0.89% | 0.9% | - |
| XYZ | 37.74 | 19.46 | 26.58 | - |
| YUV | 99.99 | 150.59 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 140 | 0 | 0.89 | 0.39 | 0.10 | 326.47 | 0.8 | 0.5 |
| Hex | E6 | 1A | 8C | 0 | 59 | 27 | A | 146 | 50 | 32 |
| Octal | 346 | 32 | 214 | 0 | 131 | 47 | 12 | 506 | 120 | 62 |
| Binary | 11100110 | 11010 | 10001100 | 0 | 1011001 | 100111 | 1010 | 101000110 | 1010000 | 110010 |
Color Harmonies of #E61A8C
Complementary color
Monochromatic Colors of #E61A8C
Black with #E61A8C
Text Example
Text Example
White with #E61A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A8C; }
p { color: rgb(230,26,140); }
H1.HeaderClassName
{
color: #E61A8C;
}
.AnyTagClassName
{
color: #E61A8C;
}
</style>
background-color css
<style>
a { background-color: #E61A8C; }
a { background-color: rgb(230,26,140); }
div.DivClassName
{
background-color: #E61A8C;
}
.BgClassName
{
background-color: #E61A8C;
}
</style>
border-color css
<style>
span { border-color: #E61A8C; }
span { border-color: rgb(230,26,140); }
td.TdClassName
{
border-color: #E61A8C;
}
.TagClassName
{
border-color: #E61A8C;
}
</style>