#EF9F8B

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

Shades of Tonys Pink #EF9F8B

Tints of Tonys Pink #EF9F8B

Color information

#EF9F8B (or 0xEF9F8B) is unknown color: approx Tonys Pink. HEX triplet: EF, 9F and 8B. RGB value is (239,159,139). Sum of RGB (Red+Green+Blue) = 239+159+139=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F8B is #106074. Grayscale: #B4B4B4. Windows color (decimal): -1073269 or 9150447. OLE color: 9150447.

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

Color convert

RGB239159139-
CMYK00.330.420.06
HSL12º75.76%74.12%-
HSV(B)12º41.84%93.73%-
XYZ52.6545.0130.34-
YUV180.64104.5169.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.51%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 139 (54.69% from 255) = 25.88%
R=44.51%
G=29.61%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915913900.330.420.061275.7674.12
HexEF9F8B0212A6c4c4a
Octal35723721304152614114112
Binary1110111110011111100010110100001101010110110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9F8B; }

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

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

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

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

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

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

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

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