#EF6595

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

Shades of Deep Blush #EF6595

Tints of Deep Blush #EF6595

Color information

#EF6595 (or 0xEF6595) is unknown color: approx Deep Blush. HEX triplet: EF, 65 and 95. RGB value is (239,101,149). Sum of RGB (Red+Green+Blue) = 239+101+149=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6595 is #109A6A. Grayscale: #939393. Windows color (decimal): -1088107 or 9790959. OLE color: 9790959.

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

Color convert

RGB239101149-
CMYK00.580.380.06
HSL339.13º81.18%66.67%-
HSV(B)339.13º57.74%93.73%-
XYZ45.6829.8331.78-
YUV147.73128.72193.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.88%
GREEN value IS 101 (39.84% from 255) = 20.65%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=48.88%
G=20.65%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910114900.580.380.06339.1381.1866.67
HexEF659503A2661535143
Octal357145225072466523121103
Binary11101111110010110010101011101010011011010101001110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6595; }

 p { color: rgb(239,101,149); }

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

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

 a { background-color: rgb(239,101,149); }

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

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

 span { border-color: rgb(239,101,149); }

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