#EB998B

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

Shades of Tonys Pink #EB998B

Tints of Tonys Pink #EB998B

Color information

#EB998B (or 0xEB998B) is unknown color: approx Tonys Pink. HEX triplet: EB, 99 and 8B. RGB value is (235,153,139). Sum of RGB (Red+Green+Blue) = 235+153+139=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EB998B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB998B is #146674. Grayscale: #B0B0B0. Windows color (decimal): -1336949 or 9148907. OLE color: 9148907.

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

Color convert

RGB235153139-
CMYK00.350.410.08
HSL8.75º70.59%73.33%-
HSV(B)8.75º40.85%92.16%-
XYZ50.3142.3129.94-
YUV175.92107.17170.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.59%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 139 (54.69% from 255) = 26.38%
R=44.59%
G=29.03%
B=26.38%

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
Decimal23515313900.350.410.088.7570.5973.33
HexEB998B02329894749
Octal353231213043511011107111
Binary11101011100110011000101101000111010011000100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB998B; }

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

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

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

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

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

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

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

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