#EF9895

Color #EF9895 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #EF9895

Tints of Sweet Pink #EF9895

Color information

#EF9895 (or 0xEF9895) is unknown color: approx Sweet Pink. HEX triplet: EF, 98 and 95. RGB value is (239,152,149). Sum of RGB (Red+Green+Blue) = 239+152+149=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9895 is #10676A. Grayscale: #B1B1B1. Windows color (decimal): -1075051 or 9804015. OLE color: 9804015.

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

Color convert

RGB239152149-
CMYK00.360.380.06
HSL73.77%76.08%-
HSV(B)37.66%93.73%-
XYZ52.2542.9833.98-
YUV177.67111.82171.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.26%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=44.26%
G=28.15%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915214900.360.380.06273.7776.08
HexEF989502426624a4c
Octal3572302250444662112114
Binary11101111100110001001010101001001001101101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9895; }

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

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

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

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

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

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

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

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