#E76A83

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

Shades of Deep Blush #E76A83

Tints of Deep Blush #E76A83

Color information

#E76A83 (or 0xE76A83) is unknown color: approx Deep Blush. HEX triplet: E7, 6A and 83. RGB value is (231,106,131). Sum of RGB (Red+Green+Blue) = 231+106+131=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76A83 is #18957C. Grayscale: #929292. Windows color (decimal): -1611133 or 8612583. OLE color: 8612583.

HSL color Cylindrical-coordinate representation of color #E76A83: hue angle of 348º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76A83 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB231106131-
CMYK00.540.430.09
HSL348º72.25%66.08%-
HSV(B)348º54.11%90.59%-
XYZ42.2128.9424.83-
YUV146.22119.41188.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.36%
GREEN value IS 106 (41.80% from 255) = 22.65%
BLUE value IS 131 (51.56% from 255) = 27.99%
R=49.36%
G=22.65%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110613100.540.430.0934872.2566.08
HexE76A830362B915c4842
Octal3471522030665311534110102
Binary111001111101010100000110110110101011100110101110010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76A83; }

 p { color: rgb(231,106,131); }

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

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

 a { background-color: rgb(231,106,131); }

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

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

 span { border-color: rgb(231,106,131); }

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