#EF758C

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

Shades of Deep Blush #EF758C

Tints of Deep Blush #EF758C

Color information

#EF758C (or 0xEF758C) is unknown color: approx Deep Blush. HEX triplet: EF, 75 and 8C. RGB value is (239,117,140). Sum of RGB (Red+Green+Blue) = 239+117+140=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF758C is #108A73. Grayscale: #9C9C9C. Windows color (decimal): -1084020 or 9205231. OLE color: 9205231.

HSL color Cylindrical-coordinate representation of color #EF758C: hue angle of 348.69º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF758C is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239117140-
CMYK00.510.410.06
HSL348.69º79.22%69.8%-
HSV(B)348.69º51.05%93.73%-
XYZ46.6932.9728.71-
YUV156.1118.92187.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.19%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=48.19%
G=23.59%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911714000.510.410.06348.6979.2269.8
HexEF758C03329615d4f46
Octal357165214063516535117106
Binary11101111111010110001100011001110100111010101110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF758C; }

 p { color: rgb(239,117,140); }

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

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

 a { background-color: rgb(239,117,140); }

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

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

 span { border-color: rgb(239,117,140); }

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