#EF6E85

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

Shades of Deep Blush #EF6E85

Tints of Deep Blush #EF6E85

Color information

#EF6E85 (or 0xEF6E85) is unknown color: approx Deep Blush. HEX triplet: EF, 6E and 85. RGB value is (239,110,133). Sum of RGB (Red+Green+Blue) = 239+110+133=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6E85 is #10917A. Grayscale: #979797. Windows color (decimal): -1085819 or 8744687. OLE color: 8744687.

HSL color Cylindrical-coordinate representation of color #EF6E85: hue angle of 349.3º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6E85 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB239110133-
CMYK00.540.440.06
HSL349.3º80.12%68.43%-
HSV(B)349.3º53.97%93.73%-
XYZ45.4131.225.82-
YUV151.19117.74190.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.59%
GREEN value IS 110 (43.36% from 255) = 22.82%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=49.59%
G=22.82%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911013300.540.440.06349.380.1268.43
HexEF6E850362C615d5044
Octal357156205066546535120104
Binary11101111110111010000101011011010110011010101110110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6E85; }

 p { color: rgb(239,110,133); }

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

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

 a { background-color: rgb(239,110,133); }

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

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

 span { border-color: rgb(239,110,133); }

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