Shades of Dark Pink #E3498A
Tints of Dark Pink #E3498A
RGB
CMYK
RGB Variations
Color information
#E3498A (or 0xE3498A) is known color: Dark Pink. HEX triplet: E3, 49 and 8A. RGB value is (227,73,138). Sum of RGB (Red+Green+Blue) = 227+73+138=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E3498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3498A is #1CB675. Grayscale: #7E7E7E. Windows color (decimal): -1881718 or 9062883. OLE color: 9062883.
HSL color Cylindrical-coordinate representation of color #E3498A: hue angle of 334.68º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E3498A is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 138 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.11 |
| HSL | 334.68º | 0.73% | 0.59% | - |
| HSV(B) | 334.68º | 0.68% | 0.89% | - |
| XYZ | 38.65 | 22.93 | 26.43 | - |
| YUV | 126.46 | 134.52 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 138 | 0 | 0.68 | 0.39 | 0.11 | 334.68 | 0.73 | 0.59 |
| Hex | E3 | 49 | 8A | 0 | 44 | 27 | B | 14F | 49 | 3B |
| Octal | 343 | 111 | 212 | 0 | 104 | 47 | 13 | 517 | 111 | 73 |
| Binary | 11100011 | 1001001 | 10001010 | 0 | 1000100 | 100111 | 1011 | 101001111 | 1001001 | 111011 |
Color Harmonies of #E3498A
Complementary color
Monochromatic Colors of #E3498A
Black with #E3498A
Text Example
Text Example
White with #E3498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3498A; }
p { color: rgb(227,73,138); }
H1.HeaderClassName
{
color: #E3498A;
}
.AnyTagClassName
{
color: #E3498A;
}
</style>
background-color css
<style>
a { background-color: #E3498A; }
a { background-color: rgb(227,73,138); }
div.DivClassName
{
background-color: #E3498A;
}
.BgClassName
{
background-color: #E3498A;
}
</style>
border-color css
<style>
span { border-color: #E3498A; }
span { border-color: rgb(227,73,138); }
td.TdClassName
{
border-color: #E3498A;
}
.TagClassName
{
border-color: #E3498A;
}
</style>