Shades of Dark Pink #E3528A
Tints of Dark Pink #E3528A
RGB
CMYK
RGB Variations
Color information
#E3528A (or 0xE3528A) is known color: Dark Pink. HEX triplet: E3, 52 and 8A. RGB value is (227,82,138). Sum of RGB (Red+Green+Blue) = 227+82+138=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E3528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3528A is #1CAD75. Grayscale: #838383. Windows color (decimal): -1879414 or 9065187. OLE color: 9065187.
HSL color Cylindrical-coordinate representation of color #E3528A: hue angle of 336.83º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E3528A is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 138 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.11 |
| HSL | 336.83º | 0.72% | 0.61% | - |
| HSV(B) | 336.83º | 0.64% | 0.89% | - |
| XYZ | 39.28 | 24.2 | 26.65 | - |
| YUV | 131.74 | 131.54 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 138 | 0 | 0.64 | 0.39 | 0.11 | 336.83 | 0.72 | 0.61 |
| Hex | E3 | 52 | 8A | 0 | 40 | 27 | B | 151 | 48 | 3D |
| Octal | 343 | 122 | 212 | 0 | 100 | 47 | 13 | 521 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10001010 | 0 | 1000000 | 100111 | 1011 | 101010001 | 1001000 | 111101 |
Color Harmonies of #E3528A
Complementary color
Monochromatic Colors of #E3528A
Black with #E3528A
Text Example
Text Example
White with #E3528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3528A; }
p { color: rgb(227,82,138); }
H1.HeaderClassName
{
color: #E3528A;
}
.AnyTagClassName
{
color: #E3528A;
}
</style>
background-color css
<style>
a { background-color: #E3528A; }
a { background-color: rgb(227,82,138); }
div.DivClassName
{
background-color: #E3528A;
}
.BgClassName
{
background-color: #E3528A;
}
</style>
border-color css
<style>
span { border-color: #E3528A; }
span { border-color: rgb(227,82,138); }
td.TdClassName
{
border-color: #E3528A;
}
.TagClassName
{
border-color: #E3528A;
}
</style>