#EB7985

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

Shades of Deep Blush #EB7985

Tints of Deep Blush #EB7985

Color information

#EB7985 (or 0xEB7985) is unknown color: approx Deep Blush. HEX triplet: EB, 79 and 85. RGB value is (235,121,133). Sum of RGB (Red+Green+Blue) = 235+121+133=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7985 is #14867A. Grayscale: #9C9C9C. Windows color (decimal): -1345147 or 8747499. OLE color: 8747499.

HSL color Cylindrical-coordinate representation of color #EB7985: hue angle of 353.68º 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 #EB7985 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235121133-
CMYK00.490.430.08
HSL353.68º74.03%69.8%-
HSV(B)353.68º48.51%92.16%-
XYZ45.3333.0326.18-
YUV156.45114.77184.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.06%
GREEN value IS 121 (47.66% from 255) = 24.74%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=48.06%
G=24.74%
B=27.20%

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
Decimal23512113300.490.430.08353.6874.0369.8
HexEB79850312B81624a46
Octal3531712050615310542112106
Binary111010111111001100001010110001101011100010110001010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7985; }

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

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

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

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

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

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

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

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