#EB998A

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

Shades of Tonys Pink #EB998A

Tints of Tonys Pink #EB998A

Color information

#EB998A (or 0xEB998A) is unknown color: approx Tonys Pink. HEX triplet: EB, 99 and 8A. RGB value is (235,153,138). Sum of RGB (Red+Green+Blue) = 235+153+138=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB998A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB998A is #146675. Grayscale: #AFAFAF. Windows color (decimal): -1336950 or 9083371. OLE color: 9083371.

HSL color Cylindrical-coordinate representation of color #EB998A: hue angle of 9.28º 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 #EB998A is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB235153138-
CMYK00.350.410.08
HSL9.28º70.8%73.14%-
HSV(B)9.28º41.28%92.16%-
XYZ50.2442.2829.56-
YUV175.81106.67170.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.68%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=44.68%
G=29.09%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515313800.350.410.089.2870.873.14
HexEB998A02329894749
Octal353231212043511011107111
Binary11101011100110011000101001000111010011000100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB998A; }

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

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

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

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

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

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

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

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