#EB6E87

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

Shades of Deep Blush #EB6E87

Tints of Deep Blush #EB6E87

Color information

#EB6E87 (or 0xEB6E87) is unknown color: approx Deep Blush. HEX triplet: EB, 6E and 87. RGB value is (235,110,135). Sum of RGB (Red+Green+Blue) = 235+110+135=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6E87 is #149178. Grayscale: #969696. Windows color (decimal): -1347961 or 8875755. OLE color: 8875755.

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

Color convert

RGB235110135-
CMYK00.530.430.08
HSL348º75.76%67.65%-
HSV(B)348º53.19%92.16%-
XYZ44.2130.5626.49-
YUV150.22119.41188.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 135 (53.12% from 255) = 28.12%
R=48.96%
G=22.92%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511013500.530.430.0834875.7667.65
HexEB6E870352B815c4c44
Octal3531562070655310534114104
Binary111010111101110100001110110101101011100010101110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6E87; }

 p { color: rgb(235,110,135); }

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

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

 a { background-color: rgb(235,110,135); }

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

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

 span { border-color: rgb(235,110,135); }

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