Shades of Dark Pink #EB5A8F
Tints of Dark Pink #EB5A8F
RGB
CMYK
RGB Variations
Color information
#EB5A8F (or 0xEB5A8F) is known color: Dark Pink. HEX triplet: EB, 5A and 8F. RGB value is (235,90,143). Sum of RGB (Red+Green+Blue) = 235+90+143=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5A8F is #14A570. Grayscale: #8B8B8B. Windows color (decimal): -1353073 or 9394923. OLE color: 9394923.
HSL color Cylindrical-coordinate representation of color #EB5A8F: hue angle of 338.07º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB5A8F is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 90 | 143 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.08 |
| HSL | 338.07º | 0.78% | 0.64% | - |
| HSV(B) | 338.07º | 0.62% | 0.92% | - |
| XYZ | 42.88 | 26.96 | 28.93 | - |
| YUV | 139.4 | 130.04 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 90 | 143 | 0 | 0.62 | 0.39 | 0.08 | 338.07 | 0.78 | 0.64 |
| Hex | EB | 5A | 8F | 0 | 3E | 27 | 8 | 152 | 4E | 40 |
| Octal | 353 | 132 | 217 | 0 | 76 | 47 | 10 | 522 | 116 | 100 |
| Binary | 11101011 | 1011010 | 10001111 | 0 | 111110 | 100111 | 1000 | 101010010 | 1001110 | 1000000 |
Color Harmonies of #EB5A8F
Complementary color
Monochromatic Colors of #EB5A8F
Black with #EB5A8F
Text Example
Text Example
White with #EB5A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5A8F; }
p { color: rgb(235,90,143); }
H1.HeaderClassName
{
color: #EB5A8F;
}
.AnyTagClassName
{
color: #EB5A8F;
}
</style>
background-color css
<style>
a { background-color: #EB5A8F; }
a { background-color: rgb(235,90,143); }
div.DivClassName
{
background-color: #EB5A8F;
}
.BgClassName
{
background-color: #EB5A8F;
}
</style>
border-color css
<style>
span { border-color: #EB5A8F; }
span { border-color: rgb(235,90,143); }
td.TdClassName
{
border-color: #EB5A8F;
}
.TagClassName
{
border-color: #EB5A8F;
}
</style>