#EB7986

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

Shades of Deep Blush #EB7986

Tints of Deep Blush #EB7986

Color information

#EB7986 (or 0xEB7986) is unknown color: approx Deep Blush. HEX triplet: EB, 79 and 86. RGB value is (235,121,134). Sum of RGB (Red+Green+Blue) = 235+121+134=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7986 is #148679. Grayscale: #9C9C9C. Windows color (decimal): -1345146 or 8813035. OLE color: 8813035.

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

Color convert

RGB235121134-
CMYK00.490.430.08
HSL353.16º74.03%69.8%-
HSV(B)353.16º48.51%92.16%-
XYZ45.433.0626.54-
YUV156.57115.27183.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.96%
GREEN value IS 121 (47.66% from 255) = 24.69%
BLUE value IS 134 (52.73% from 255) = 27.35%
R=47.96%
G=24.69%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512113400.490.430.08353.1674.0369.8
HexEB79860312B81614a46
Octal3531712060615310541112106
Binary111010111111001100001100110001101011100010110000110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7986; }

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

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

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

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

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

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

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

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