Shades of Dark Pink #E3538A
Tints of Dark Pink #E3538A
RGB
CMYK
RGB Variations
Color information
#E3538A (or 0xE3538A) is known color: Dark Pink. HEX triplet: E3, 53 and 8A. RGB value is (227,83,138). Sum of RGB (Red+Green+Blue) = 227+83+138=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E3538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3538A is #1CAC75. Grayscale: #848484. Windows color (decimal): -1879158 or 9065443. OLE color: 9065443.
HSL color Cylindrical-coordinate representation of color #E3538A: hue angle of 337.08º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E3538A is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 138 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.11 |
| HSL | 337.08º | 0.72% | 0.61% | - |
| HSV(B) | 337.08º | 0.63% | 0.89% | - |
| XYZ | 39.36 | 24.35 | 26.67 | - |
| YUV | 132.33 | 131.21 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 138 | 0 | 0.63 | 0.39 | 0.11 | 337.08 | 0.72 | 0.61 |
| Hex | E3 | 53 | 8A | 0 | 3F | 27 | B | 151 | 48 | 3D |
| Octal | 343 | 123 | 212 | 0 | 77 | 47 | 13 | 521 | 110 | 75 |
| Binary | 11100011 | 1010011 | 10001010 | 0 | 111111 | 100111 | 1011 | 101010001 | 1001000 | 111101 |
Color Harmonies of #E3538A
Complementary color
Monochromatic Colors of #E3538A
Black with #E3538A
Text Example
Text Example
White with #E3538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3538A; }
p { color: rgb(227,83,138); }
H1.HeaderClassName
{
color: #E3538A;
}
.AnyTagClassName
{
color: #E3538A;
}
</style>
background-color css
<style>
a { background-color: #E3538A; }
a { background-color: rgb(227,83,138); }
div.DivClassName
{
background-color: #E3538A;
}
.BgClassName
{
background-color: #E3538A;
}
</style>
border-color css
<style>
span { border-color: #E3538A; }
span { border-color: rgb(227,83,138); }
td.TdClassName
{
border-color: #E3538A;
}
.TagClassName
{
border-color: #E3538A;
}
</style>