#EB9F8A

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

Shades of Tonys Pink #EB9F8A

Tints of Tonys Pink #EB9F8A

Color information

#EB9F8A (or 0xEB9F8A) is unknown color: approx Tonys Pink. HEX triplet: EB, 9F and 8A. RGB value is (235,159,138). Sum of RGB (Red+Green+Blue) = 235+159+138=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9F8A is #146075. Grayscale: #B3B3B3. Windows color (decimal): -1335414 or 9084907. OLE color: 9084907.

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

Color convert

RGB235159138-
CMYK00.320.410.08
HSL12.99º70.8%73.14%-
HSV(B)12.99º41.28%92.16%-
XYZ51.2544.2929.89-
YUV179.33104.68167.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=44.17%
G=29.89%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515913800.320.410.0812.9970.873.14
HexEB9F8A020298d4749
Octal353237212040511015107111
Binary11101011100111111000101001000001010011000110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9F8A; }

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

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

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

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

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

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

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

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