#E76C81

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

Shades of Deep Blush #E76C81

Tints of Deep Blush #E76C81

Color information

#E76C81 (or 0xE76C81) is unknown color: approx Deep Blush. HEX triplet: E7, 6C and 81. RGB value is (231,108,129). Sum of RGB (Red+Green+Blue) = 231+108+129=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C81 is #18937E. Grayscale: #939393. Windows color (decimal): -1610623 or 8482023. OLE color: 8482023.

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

Color convert

RGB231108129-
CMYK00.530.440.09
HSL349.76º71.93%66.47%-
HSV(B)349.76º53.25%90.59%-
XYZ42.2829.324.2-
YUV147.17117.75187.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.36%
GREEN value IS 108 (42.58% from 255) = 23.08%
BLUE value IS 129 (50.78% from 255) = 27.56%
R=49.36%
G=23.08%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110812900.530.440.09349.7671.9366.47
HexE76C810352C915e4842
Octal3471542010655411536110102
Binary111001111101100100000010110101101100100110101111010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76C81; }

 p { color: rgb(231,108,129); }

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

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

 a { background-color: rgb(231,108,129); }

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

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

 span { border-color: rgb(231,108,129); }

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