#E77092

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

Shades of Deep Blush #E77092

Tints of Deep Blush #E77092

Color information

#E77092 (or 0xE77092) is unknown color: approx Deep Blush. HEX triplet: E7, 70 and 92. RGB value is (231,112,146). Sum of RGB (Red+Green+Blue) = 231+112+146=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E77092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77092 is #188F6D. Grayscale: #979797. Windows color (decimal): -1609582 or 9597159. OLE color: 9597159.

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

Color convert

RGB231112146-
CMYK00.520.370.09
HSL342.86º71.26%67.25%-
HSV(B)342.86º51.52%90.59%-
XYZ43.9430.6530.79-
YUV151.46124.92184.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.24%
GREEN value IS 112 (44.14% from 255) = 22.90%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=47.24%
G=22.90%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111214600.520.370.09342.8671.2667.25
HexE770920342591574743
Octal3471602220644511527107103
Binary111001111110000100100100110100100101100110101011110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77092; }

 p { color: rgb(231,112,146); }

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

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

 a { background-color: rgb(231,112,146); }

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

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

 span { border-color: rgb(231,112,146); }

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