#EF9D94

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

Shades of Sweet Pink #EF9D94

Tints of Sweet Pink #EF9D94

Color information

#EF9D94 (or 0xEF9D94) is unknown color: approx Sweet Pink. HEX triplet: EF, 9D and 94. RGB value is (239,157,148). Sum of RGB (Red+Green+Blue) = 239+157+148=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9D94 is #10626B. Grayscale: #B4B4B4. Windows color (decimal): -1073772 or 9739759. OLE color: 9739759.

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

Color convert

RGB239157148-
CMYK00.340.380.06
HSL5.93º73.98%75.88%-
HSV(B)5.93º38.08%93.73%-
XYZ5344.633.83-
YUV180.49109.67169.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.93%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 148 (58.20% from 255) = 27.21%
R=43.93%
G=28.86%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915714800.340.380.065.9373.9875.88
HexEF9D9402226664a4c
Octal3572352240424666112114
Binary111011111001110110010100010001010011011011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9D94; }

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

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

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

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

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

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

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

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