#EF688E

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

Shades of Deep Blush #EF688E

Tints of Deep Blush #EF688E

Color information

#EF688E (or 0xEF688E) is unknown color: approx Deep Blush. HEX triplet: EF, 68 and 8E. RGB value is (239,104,142). Sum of RGB (Red+Green+Blue) = 239+104+142=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF688E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF688E is #109771. Grayscale: #949494. Windows color (decimal): -1087346 or 9332975. OLE color: 9332975.

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

Color convert

RGB239104142-
CMYK00.560.410.06
HSL343.11º80.84%67.25%-
HSV(B)343.11º56.49%93.73%-
XYZ45.4330.229.03-
YUV148.7124.23192.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 104 (41.02% from 255) = 21.44%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=49.28%
G=21.44%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910414200.560.410.06343.1180.8467.25
HexEF688E0382961575143
Octal357150216070516527121103
Binary11101111110100010001110011100010100111010101011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF688E; }

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

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

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

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

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

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

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

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