Shades of Dark Pink #E2528B
Tints of Dark Pink #E2528B
RGB
CMYK
RGB Variations
Color information
#E2528B (or 0xE2528B) is known color: Dark Pink. HEX triplet: E2, 52 and 8B. RGB value is (226,82,139). Sum of RGB (Red+Green+Blue) = 226+82+139=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2528B is #1DAD74. Grayscale: #838383. Windows color (decimal): -1944949 or 9130722. OLE color: 9130722.
HSL color Cylindrical-coordinate representation of color #E2528B: hue angle of 336.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2528B is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 139 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.11 |
| HSL | 336.25º | 0.71% | 0.6% | - |
| HSV(B) | 336.25º | 0.64% | 0.89% | - |
| XYZ | 39.04 | 24.07 | 27.01 | - |
| YUV | 131.55 | 132.21 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 139 | 0 | 0.64 | 0.38 | 0.11 | 336.25 | 0.71 | 0.6 |
| Hex | E2 | 52 | 8B | 0 | 40 | 26 | B | 150 | 47 | 3C |
| Octal | 342 | 122 | 213 | 0 | 100 | 46 | 13 | 520 | 107 | 74 |
| Binary | 11100010 | 1010010 | 10001011 | 0 | 1000000 | 100110 | 1011 | 101010000 | 1000111 | 111100 |
Color Harmonies of #E2528B
Complementary color
Monochromatic Colors of #E2528B
Black with #E2528B
Text Example
Text Example
White with #E2528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2528B; }
p { color: rgb(226,82,139); }
H1.HeaderClassName
{
color: #E2528B;
}
.AnyTagClassName
{
color: #E2528B;
}
</style>
background-color css
<style>
a { background-color: #E2528B; }
a { background-color: rgb(226,82,139); }
div.DivClassName
{
background-color: #E2528B;
}
.BgClassName
{
background-color: #E2528B;
}
</style>
border-color css
<style>
span { border-color: #E2528B; }
span { border-color: rgb(226,82,139); }
td.TdClassName
{
border-color: #E2528B;
}
.TagClassName
{
border-color: #E2528B;
}
</style>