#ef9f8d

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

Shades of Tonys Pink #EF9F8D

Tints of Tonys Pink #EF9F8D

Color information

#EF9F8D (or 0xEF9F8D) is unknown color: approx Tonys Pink. HEX triplet: EF, 9F and 8D. RGB value is (239,159,141). Sum of RGB (Red+Green+Blue) = 239+159+141=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F8D is #106072. Grayscale: #B5B5B5. Windows color (decimal): -1073267 or 9281519. OLE color: 9281519.

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

Color convert

RGB239159141-
CMYK00.330.410.06
HSL11.02º75.38%74.51%-
HSV(B)11.02º41%93.73%-
XYZ52.845.0731.12-
YUV180.87105.5169.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 141 (55.47% from 255) = 26.16%
R=44.34%
G=29.50%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915914100.330.410.0611.0275.3874.51
HexEF9F8D021296b4b4b
Octal35723721504151613113113
Binary1110111110011111100011010100001101001110101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef9f8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef9f8d; }

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

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

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

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

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

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

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

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