#EF9F97

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

Shades of Sweet Pink #EF9F97

Tints of Sweet Pink #EF9F97

Color information

#EF9F97 (or 0xEF9F97) is unknown color: approx Sweet Pink. HEX triplet: EF, 9F and 97. RGB value is (239,159,151). Sum of RGB (Red+Green+Blue) = 239+159+151=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F97 is #106068. Grayscale: #B6B6B6. Windows color (decimal): -1073257 or 9936879. OLE color: 9936879.

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

Color convert

RGB239159151-
CMYK00.330.370.06
HSL5.45º73.33%76.47%-
HSV(B)5.45º36.82%93.73%-
XYZ53.5845.3835.21-
YUV182.01110.5168.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.53%
GREEN value IS 159 (62.5% from 255) = 28.96%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=43.53%
G=28.96%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915915100.330.370.065.4573.3376.47
HexEF9F970212565494c
Octal3572372270414565111114
Binary111011111001111110010111010000110010111010110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9F97; }

 p { color: rgb(239,159,151); }

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

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

 a { background-color: rgb(239,159,151); }

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

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

 span { border-color: rgb(239,159,151); }

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