#EF688F

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

Shades of Deep Blush #EF688F

Tints of Deep Blush #EF688F

Color information

#EF688F (or 0xEF688F) is unknown color: approx Deep Blush. HEX triplet: EF, 68 and 8F. RGB value is (239,104,143). Sum of RGB (Red+Green+Blue) = 239+104+143=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF688F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF688F is #109770. Grayscale: #949494. Windows color (decimal): -1087345 or 9398511. OLE color: 9398511.

HSL color Cylindrical-coordinate representation of color #EF688F: hue angle of 342.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF688F is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB239104143-
CMYK00.560.400.06
HSL342.67º80.84%67.25%-
HSV(B)342.67º56.49%93.73%-
XYZ45.530.2329.42-
YUV148.81124.73192.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.18%
GREEN value IS 104 (41.02% from 255) = 21.40%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=49.18%
G=21.40%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910414300.560.400.06342.6780.8467.25
HexEF688F0382861575143
Octal357150217070506527121103
Binary11101111110100010001111011100010100011010101011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF688F; }

 p { color: rgb(239,104,143); }

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

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

 a { background-color: rgb(239,104,143); }

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

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

 span { border-color: rgb(239,104,143); }

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