#eb7a86

Color #EB7A86 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #EB7A86

Tints of Deep Blush #EB7A86

Color information

#EB7A86 (or 0xEB7A86) is unknown color: approx Deep Blush. HEX triplet: EB, 7A and 86. RGB value is (235,122,134). Sum of RGB (Red+Green+Blue) = 235+122+134=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7A86 is #148579. Grayscale: #9D9D9D. Windows color (decimal): -1344890 or 8813291. OLE color: 8813291.

HSL color Cylindrical-coordinate representation of color #EB7A86: hue angle of 353.63º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7A86 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235122134-
CMYK00.480.430.08
HSL353.63º73.86%70%-
HSV(B)353.63º48.09%92.16%-
XYZ45.5233.326.58-
YUV157.16114.94183.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=47.86%
G=24.85%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512213400.480.430.08353.6373.8670
HexEB7A860302B81624a46
Octal3531722060605310542112106
Binary111010111111010100001100110000101011100010110001010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb7a86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb7a86; }

 p { color: rgb(235,122,134); }

 H1.HeaderClassName
 {
   color: #eb7a86;
 }
 .AnyTagClassName
 {
   color: #eb7a86;
 }
</style>
background-color css

<style>
 a { background-color: #eb7a86; }

 a { background-color: rgb(235,122,134); }

 div.DivClassName
 {
   background-color: #eb7a86;
 }
 .BgClassName
 {
   background-color: #eb7a86;
 }
</style>
border-color css

<style>
 span { border-color: #eb7a86; }

 span { border-color: rgb(235,122,134); }

 td.TdClassName
 {
   border-color: #eb7a86;
 }
 .TagClassName
 {
   border-color: #eb7a86;
 }
</style>