Shades of Dark Pink #E2598A
Tints of Dark Pink #E2598A
RGB
CMYK
RGB Variations
Color information
#E2598A (or 0xE2598A) is known color: Dark Pink. HEX triplet: E2, 59 and 8A. RGB value is (226,89,138). Sum of RGB (Red+Green+Blue) = 226+89+138=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2598A is #1DA675. Grayscale: #878787. Windows color (decimal): -1943158 or 9066978. OLE color: 9066978.
HSL color Cylindrical-coordinate representation of color #E2598A: hue angle of 338.54º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2598A is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 138 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.11 |
| HSL | 338.54º | 0.7% | 0.62% | - |
| HSV(B) | 338.54º | 0.61% | 0.89% | - |
| XYZ | 39.52 | 25.15 | 26.82 | - |
| YUV | 135.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 138 | 0 | 0.61 | 0.39 | 0.11 | 338.54 | 0.7 | 0.62 |
| Hex | E2 | 59 | 8A | 0 | 3D | 27 | B | 153 | 46 | 3E |
| Octal | 342 | 131 | 212 | 0 | 75 | 47 | 13 | 523 | 106 | 76 |
| Binary | 11100010 | 1011001 | 10001010 | 0 | 111101 | 100111 | 1011 | 101010011 | 1000110 | 111110 |
Color Harmonies of #E2598A
Complementary color
Monochromatic Colors of #E2598A
Black with #E2598A
Text Example
Text Example
White with #E2598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2598A; }
p { color: rgb(226,89,138); }
H1.HeaderClassName
{
color: #E2598A;
}
.AnyTagClassName
{
color: #E2598A;
}
</style>
background-color css
<style>
a { background-color: #E2598A; }
a { background-color: rgb(226,89,138); }
div.DivClassName
{
background-color: #E2598A;
}
.BgClassName
{
background-color: #E2598A;
}
</style>
border-color css
<style>
span { border-color: #E2598A; }
span { border-color: rgb(226,89,138); }
td.TdClassName
{
border-color: #E2598A;
}
.TagClassName
{
border-color: #E2598A;
}
</style>