#EF6D85

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

Shades of Deep Blush #EF6D85

Tints of Deep Blush #EF6D85

Color information

#EF6D85 (or 0xEF6D85) is unknown color: approx Deep Blush. HEX triplet: EF, 6D and 85. RGB value is (239,109,133). Sum of RGB (Red+Green+Blue) = 239+109+133=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6D85 is #10927A. Grayscale: #969696. Windows color (decimal): -1086075 or 8744431. OLE color: 8744431.

HSL color Cylindrical-coordinate representation of color #EF6D85: hue angle of 348.92º 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 #EF6D85 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB239109133-
CMYK00.540.440.06
HSL348.92º80.25%68.24%-
HSV(B)348.92º54.39%93.73%-
XYZ45.330.9825.78-
YUV150.61118.07191.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.69%
GREEN value IS 109 (42.97% from 255) = 22.66%
BLUE value IS 133 (52.34% from 255) = 27.65%
R=49.69%
G=22.66%
B=27.65%

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
Decimal23910913300.540.440.06348.9280.2568.24
HexEF6D850362C615d5044
Octal357155205066546535120104
Binary11101111110110110000101011011010110011010101110110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6D85; }

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

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

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

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

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

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

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

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