#E77482

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

Shades of Deep Blush #E77482

Tints of Deep Blush #E77482

Color information

#E77482 (or 0xE77482) is unknown color: approx Deep Blush. HEX triplet: E7, 74 and 82. RGB value is (231,116,130). Sum of RGB (Red+Green+Blue) = 231+116+130=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E77482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77482 is #188B7D. Grayscale: #989898. Windows color (decimal): -1608574 or 8549607. OLE color: 8549607.

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

Color convert

RGB231116130-
CMYK00.500.440.09
HSL352.7º70.55%68.04%-
HSV(B)352.7º49.78%90.59%-
XYZ43.2331.0924.84-
YUV151.98115.6184.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.43%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=48.43%
G=24.32%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111613000.500.440.09352.770.5568.04
HexE774820322C91614744
Octal3471642020625411541107104
Binary111001111110100100000100110010101100100110110000110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77482; }

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

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

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

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

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

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

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

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