#e76689

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

Shades of Deep Blush #E76689

Tints of Deep Blush #E76689

Color information

#E76689 (or 0xE76689) is unknown color: approx Deep Blush. HEX triplet: E7, 66 and 89. RGB value is (231,102,137). Sum of RGB (Red+Green+Blue) = 231+102+137=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E76689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76689 is #189976. Grayscale: #909090. Windows color (decimal): -1612151 or 9004775. OLE color: 9004775.

HSL color Cylindrical-coordinate representation of color #E76689: hue angle of 343.72º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76689 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB231102137-
CMYK00.560.410.09
HSL343.72º72.88%65.29%-
HSV(B)343.72º55.84%90.59%-
XYZ42.2228.326.9-
YUV144.56123.74189.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.15%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 137 (53.91% from 255) = 29.15%
R=49.15%
G=21.70%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110213700.560.410.09343.7272.8865.29
HexE766890382991584941
Octal3471462110705111530111101
Binary111001111100110100010010111000101001100110101100010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e76689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e76689; }

 p { color: rgb(231,102,137); }

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

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

 a { background-color: rgb(231,102,137); }

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

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

 span { border-color: rgb(231,102,137); }

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