#EB9F8F

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

Shades of Tonys Pink #EB9F8F

Tints of Tonys Pink #EB9F8F

Color information

#EB9F8F (or 0xEB9F8F) is unknown color: approx Tonys Pink. HEX triplet: EB, 9F and 8F. RGB value is (235,159,143). Sum of RGB (Red+Green+Blue) = 235+159+143=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9F8F is #146070. Grayscale: #B4B4B4. Windows color (decimal): -1335409 or 9412587. OLE color: 9412587.

HSL color Cylindrical-coordinate representation of color #EB9F8F: hue angle of 10.43º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB9F8F is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB235159143-
CMYK00.320.390.08
HSL10.43º69.7%74.12%-
HSV(B)10.43º39.15%92.16%-
XYZ51.6244.4431.84-
YUV179.9107.18167.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 143 (56.25% from 255) = 26.63%
R=43.76%
G=29.61%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515914300.320.390.0810.4369.774.12
HexEB9F8F020278a464a
Octal353237217040471012106112
Binary11101011100111111000111101000001001111000101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9F8F; }

 p { color: rgb(235,159,143); }

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

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

 a { background-color: rgb(235,159,143); }

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

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

 span { border-color: rgb(235,159,143); }

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