#E7768A

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

Shades of Deep Blush #E7768A

Tints of Deep Blush #E7768A

Color information

#E7768A (or 0xE7768A) is unknown color: approx Deep Blush. HEX triplet: E7, 76 and 8A. RGB value is (231,118,138). Sum of RGB (Red+Green+Blue) = 231+118+138=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7768A is #188975. Grayscale: #9A9A9A. Windows color (decimal): -1608054 or 9074407. OLE color: 9074407.

HSL color Cylindrical-coordinate representation of color #E7768A: hue angle of 349.38º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7768A is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB231118138-
CMYK00.490.400.09
HSL349.38º70.19%68.43%-
HSV(B)349.38º48.92%90.59%-
XYZ44.0231.7827.86-
YUV154.07118.94182.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.43%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=47.43%
G=24.23%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111813800.490.400.09349.3870.1968.43
HexE7768A03128915d4644
Octal3471662120615011535106104
Binary111001111110110100010100110001101000100110101110110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7768A; }

 p { color: rgb(231,118,138); }

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

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

 a { background-color: rgb(231,118,138); }

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

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

 span { border-color: rgb(231,118,138); }

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