Shades of Dark Pink #EB5275
Tints of Dark Pink #EB5275
RGB
CMYK
RGB Variations
Color information
#EB5275 (or 0xEB5275) is known color: Dark Pink. HEX triplet: EB, 52 and 75. RGB value is (235,82,117). Sum of RGB (Red+Green+Blue) = 235+82+117=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5275 is #14AD8A. Grayscale: #838383. Windows color (decimal): -1355147 or 7688939. OLE color: 7688939.
HSL color Cylindrical-coordinate representation of color #EB5275: hue angle of 346.27º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB5275 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 82 | 117 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.08 |
| HSL | 346.27º | 0.79% | 0.62% | - |
| HSV(B) | 346.27º | 0.65% | 0.92% | - |
| XYZ | 40.49 | 24.98 | 19.52 | - |
| YUV | 131.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 82 | 117 | 0 | 0.65 | 0.50 | 0.08 | 346.27 | 0.79 | 0.62 |
| Hex | EB | 52 | 75 | 0 | 41 | 32 | 8 | 15A | 4F | 3E |
| Octal | 353 | 122 | 165 | 0 | 101 | 62 | 10 | 532 | 117 | 76 |
| Binary | 11101011 | 1010010 | 1110101 | 0 | 1000001 | 110010 | 1000 | 101011010 | 1001111 | 111110 |
Color Harmonies of #EB5275
Complementary color
Monochromatic Colors of #EB5275
Black with #EB5275
Text Example
Text Example
White with #EB5275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5275; }
p { color: rgb(235,82,117); }
H1.HeaderClassName
{
color: #EB5275;
}
.AnyTagClassName
{
color: #EB5275;
}
</style>
background-color css
<style>
a { background-color: #EB5275; }
a { background-color: rgb(235,82,117); }
div.DivClassName
{
background-color: #EB5275;
}
.BgClassName
{
background-color: #EB5275;
}
</style>
border-color css
<style>
span { border-color: #EB5275; }
span { border-color: rgb(235,82,117); }
td.TdClassName
{
border-color: #EB5275;
}
.TagClassName
{
border-color: #EB5275;
}
</style>