#EB7887

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

Shades of Deep Blush #EB7887

Tints of Deep Blush #EB7887

Color information

#EB7887 (or 0xEB7887) is unknown color: approx Deep Blush. HEX triplet: EB, 78 and 87. RGB value is (235,120,135). Sum of RGB (Red+Green+Blue) = 235+120+135=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7887 is #148778. Grayscale: #9C9C9C. Windows color (decimal): -1345401 or 8878315. OLE color: 8878315.

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

Color convert

RGB235120135-
CMYK00.490.430.08
HSL352.17º74.19%69.61%-
HSV(B)352.17º48.94%92.16%-
XYZ45.3532.8426.87-
YUV156.09116.1184.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.96%
GREEN value IS 120 (47.27% from 255) = 24.49%
BLUE value IS 135 (53.12% from 255) = 27.55%
R=47.96%
G=24.49%
B=27.55%

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
Decimal23512013500.490.430.08352.1774.1969.61
HexEB78870312B81604a46
Octal3531702070615310540112106
Binary111010111111000100001110110001101011100010110000010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7887; }

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

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

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

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

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

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

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

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