#E7758B

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

Shades of Deep Blush #E7758B

Tints of Deep Blush #E7758B

Color information

#E7758B (or 0xE7758B) is unknown color: approx Deep Blush. HEX triplet: E7, 75 and 8B. RGB value is (231,117,139). Sum of RGB (Red+Green+Blue) = 231+117+139=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7758B is #188A74. Grayscale: #999999. Windows color (decimal): -1608309 or 9139687. OLE color: 9139687.

HSL color Cylindrical-coordinate representation of color #E7758B: hue angle of 348.42º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7758B is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB231117139-
CMYK00.490.400.09
HSL348.42º70.37%68.24%-
HSV(B)348.42º49.35%90.59%-
XYZ43.9831.5828.2-
YUV153.59119.77183.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.43%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=47.43%
G=24.02%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111713900.490.400.09348.4270.3768.24
HexE7758B03128915c4644
Octal3471652130615011534106104
Binary111001111110101100010110110001101000100110101110010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7758B; }

 p { color: rgb(231,117,139); }

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

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

 a { background-color: rgb(231,117,139); }

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

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

 span { border-color: rgb(231,117,139); }

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