#E77182

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

Shades of Deep Blush #E77182

Tints of Deep Blush #E77182

Color information

#E77182 (or 0xE77182) is unknown color: approx Deep Blush. HEX triplet: E7, 71 and 82. RGB value is (231,113,130). Sum of RGB (Red+Green+Blue) = 231+113+130=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E77182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77182 is #188E7D. Grayscale: #969696. Windows color (decimal): -1609342 or 8548839. OLE color: 8548839.

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

Color convert

RGB231113130-
CMYK00.510.440.09
HSL351.36º71.08%67.45%-
HSV(B)351.36º51.08%90.59%-
XYZ42.8930.4124.73-
YUV150.22116.59185.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.73%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 130 (51.17% from 255) = 27.43%
R=48.73%
G=23.84%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111313000.510.440.09351.3671.0867.45
HexE771820332C915f4743
Octal3471612020635411537107103
Binary111001111110001100000100110011101100100110101111110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77182; }

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

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

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

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

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

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

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

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