#E76F8C

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

Shades of Deep Blush #E76F8C

Tints of Deep Blush #E76F8C

Color information

#E76F8C (or 0xE76F8C) is unknown color: approx Deep Blush. HEX triplet: E7, 6F and 8C. RGB value is (231,111,140). Sum of RGB (Red+Green+Blue) = 231+111+140=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76F8C is #189073. Grayscale: #969696. Windows color (decimal): -1609844 or 9203687. OLE color: 9203687.

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

Color convert

RGB231111140-
CMYK00.520.390.09
HSL345.5º71.43%67.06%-
HSV(B)345.5º51.95%90.59%-
XYZ43.3730.2528.36-
YUV150.19122.26185.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.93%
GREEN value IS 111 (43.75% from 255) = 23.03%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=47.93%
G=23.03%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111114000.520.390.09345.571.4367.06
HexE76F8C03427915a4743
Octal3471572140644711532107103
Binary111001111101111100011000110100100111100110101101010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76F8C; }

 p { color: rgb(231,111,140); }

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

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

 a { background-color: rgb(231,111,140); }

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

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

 span { border-color: rgb(231,111,140); }

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