Shades of Deep Blush #EB758A
Tints of Deep Blush #EB758A
RGB
CMYK
RGB Variations
Color information
#EB758A (or 0xEB758A) is known color: Deep Blush. HEX triplet: EB, 75 and 8A. RGB value is (235,117,138). Sum of RGB (Red+Green+Blue) = 235+117+138=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB758A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB758A is #148A75. Grayscale: #9A9A9A. Windows color (decimal): -1346166 or 9074155. OLE color: 9074155.
HSL color Cylindrical-coordinate representation of color #EB758A: hue angle of 349.32º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB758A is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 117 | 138 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.08 |
| HSL | 349.32º | 0.75% | 0.69% | - |
| HSV(B) | 349.32º | 0.5% | 0.92% | - |
| XYZ | 45.21 | 32.22 | 27.88 | - |
| YUV | 154.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 117 | 138 | 0 | 0.50 | 0.41 | 0.08 | 349.32 | 0.75 | 0.69 |
| Hex | EB | 75 | 8A | 0 | 32 | 29 | 8 | 15D | 4B | 45 |
| Octal | 353 | 165 | 212 | 0 | 62 | 51 | 10 | 535 | 113 | 105 |
| Binary | 11101011 | 1110101 | 10001010 | 0 | 110010 | 101001 | 1000 | 101011101 | 1001011 | 1000101 |
Color Harmonies of #EB758A
Complementary color
Monochromatic Colors of #EB758A
Black with #EB758A
Text Example
Text Example
White with #EB758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB758A; }
p { color: rgb(235,117,138); }
H1.HeaderClassName
{
color: #EB758A;
}
.AnyTagClassName
{
color: #EB758A;
}
</style>
background-color css
<style>
a { background-color: #EB758A; }
a { background-color: rgb(235,117,138); }
div.DivClassName
{
background-color: #EB758A;
}
.BgClassName
{
background-color: #EB758A;
}
</style>
border-color css
<style>
span { border-color: #EB758A; }
span { border-color: rgb(235,117,138); }
td.TdClassName
{
border-color: #EB758A;
}
.TagClassName
{
border-color: #EB758A;
}
</style>