#EF9A94

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

Shades of Sweet Pink #EF9A94

Tints of Sweet Pink #EF9A94

Color information

#EF9A94 (or 0xEF9A94) is unknown color: approx Sweet Pink. HEX triplet: EF, 9A and 94. RGB value is (239,154,148). Sum of RGB (Red+Green+Blue) = 239+154+148=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A94 is #10656B. Grayscale: #B2B2B2. Windows color (decimal): -1074540 or 9738991. OLE color: 9738991.

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

Color convert

RGB239154148-
CMYK00.360.380.06
HSL3.96º73.98%75.88%-
HSV(B)3.96º38.08%93.73%-
XYZ52.543.633.67-
YUV178.73110.66170.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.18%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 148 (58.20% from 255) = 27.36%
R=44.18%
G=28.47%
B=27.36%

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
Decimal23915414800.360.380.063.9673.9875.88
HexEF9A9402426644a4c
Octal3572322240444664112114
Binary111011111001101010010100010010010011011010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9A94; }

 p { color: rgb(239,154,148); }

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

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

 a { background-color: rgb(239,154,148); }

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

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

 span { border-color: rgb(239,154,148); }

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