#E7708A

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

Shades of Deep Blush #E7708A

Tints of Deep Blush #E7708A

Color information

#E7708A (or 0xE7708A) is unknown color: approx Deep Blush. HEX triplet: E7, 70 and 8A. RGB value is (231,112,138). Sum of RGB (Red+Green+Blue) = 231+112+138=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E7708A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7708A is #188F75. Grayscale: #969696. Windows color (decimal): -1609590 or 9072871. OLE color: 9072871.

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

Color convert

RGB231112138-
CMYK00.520.400.09
HSL346.89º71.26%67.25%-
HSV(B)346.89º51.52%90.59%-
XYZ43.3430.4127.63-
YUV150.54120.92185.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.02%
GREEN value IS 112 (44.14% from 255) = 23.28%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=48.02%
G=23.28%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111213800.520.400.09346.8971.2667.25
HexE7708A03428915b4743
Octal3471602120645011533107103
Binary111001111110000100010100110100101000100110101101110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7708A; }

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

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

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

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

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

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

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

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