#EF9191

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

Shades of Sweet Pink #EF9191

Tints of Sweet Pink #EF9191

Color information

#EF9191 (or 0xEF9191) is unknown color: approx Sweet Pink. HEX triplet: EF, 91 and 91. RGB value is (239,145,145). Sum of RGB (Red+Green+Blue) = 239+145+145=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9191 is #106E6E. Grayscale: #ADADAD. Windows color (decimal): -1076847 or 9540079. OLE color: 9540079.

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

Color convert

RGB239145145-
CMYK00.390.390.06
HSL74.6%75.29%-
HSV(B)39.33%93.73%-
XYZ50.8340.6531.95-
YUV173.11112.14175-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=45.18%
G=27.41%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914514500.390.390.06074.675.29
HexEF919102727604b4b
Octal3572212210474760113113
Binary1110111110010001100100010100111100111110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9191; }

 p { color: rgb(239,145,145); }

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

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

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

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

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

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

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