#E76C82

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

Shades of Deep Blush #E76C82

Tints of Deep Blush #E76C82

Color information

#E76C82 (or 0xE76C82) is unknown color: approx Deep Blush. HEX triplet: E7, 6C and 82. RGB value is (231,108,130). Sum of RGB (Red+Green+Blue) = 231+108+130=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C82 is #18937D. Grayscale: #939393. Windows color (decimal): -1610622 or 8547559. OLE color: 8547559.

HSL color Cylindrical-coordinate representation of color #E76C82: hue angle of 349.27º 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 #E76C82 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB231108130-
CMYK00.530.440.09
HSL349.27º71.93%66.47%-
HSV(B)349.27º53.25%90.59%-
XYZ42.3529.3324.55-
YUV147.28118.25187.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.25%
GREEN value IS 108 (42.58% from 255) = 23.03%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=49.25%
G=23.03%
B=27.72%

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
Decimal23110813000.530.440.09349.2771.9366.47
HexE76C820352C915d4842
Octal3471542020655411535110102
Binary111001111101100100000100110101101100100110101110110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76C82; }

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

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

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

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

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

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

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

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