#E5768C

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

Shades of Deep Blush #E5768C

Tints of Deep Blush #E5768C

Color information

#E5768C (or 0xE5768C) is unknown color: approx Deep Blush. HEX triplet: E5, 76 and 8C. RGB value is (229,118,140). Sum of RGB (Red+Green+Blue) = 229+118+140=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5768C is #1A8973. Grayscale: #999999. Windows color (decimal): -1739124 or 9205477. OLE color: 9205477.

HSL color Cylindrical-coordinate representation of color #E5768C: hue angle of 348.11º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5768C is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB229118140-
CMYK00.480.390.10
HSL348.11º68.1%68.04%-
HSV(B)348.11º48.47%89.8%-
XYZ43.5331.5128.6-
YUV153.7120.27181.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.02%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 140 (55.08% from 255) = 28.75%
R=47.02%
G=24.23%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911814000.480.390.10348.1168.168.04
HexE5768C03027A15c4444
Octal3451662140604712534104104
Binary111001011110110100011000110000100111101010101110010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5768C; }

 p { color: rgb(229,118,140); }

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

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

 a { background-color: rgb(229,118,140); }

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

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

 span { border-color: rgb(229,118,140); }

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