#E77193

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

Shades of Deep Blush #E77193

Tints of Deep Blush #E77193

Color information

#E77193 (or 0xE77193) is unknown color: approx Deep Blush. HEX triplet: E7, 71 and 93. RGB value is (231,113,147). Sum of RGB (Red+Green+Blue) = 231+113+147=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E77193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77193 is #188E6C. Grayscale: #989898. Windows color (decimal): -1609325 or 9662951. OLE color: 9662951.

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

Color convert

RGB231113147-
CMYK00.510.360.09
HSL342.71º71.08%67.45%-
HSV(B)342.71º51.08%90.59%-
XYZ44.1330.9131.24-
YUV152.16125.09184.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.05%
GREEN value IS 113 (44.53% from 255) = 23.01%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=47.05%
G=23.01%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111314700.510.360.09342.7171.0867.45
HexE771930332491574743
Octal3471612230634411527107103
Binary111001111110001100100110110011100100100110101011110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77193; }

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

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

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

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

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

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

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

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