#EB9E8A

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

Shades of Tonys Pink #EB9E8A

Tints of Tonys Pink #EB9E8A

Color information

#EB9E8A (or 0xEB9E8A) is unknown color: approx Tonys Pink. HEX triplet: EB, 9E and 8A. RGB value is (235,158,138). Sum of RGB (Red+Green+Blue) = 235+158+138=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9E8A is #146175. Grayscale: #B2B2B2. Windows color (decimal): -1335670 or 9084651. OLE color: 9084651.

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

Color convert

RGB235158138-
CMYK00.330.410.08
HSL12.37º70.8%73.14%-
HSV(B)12.37º41.28%92.16%-
XYZ51.0843.9529.84-
YUV178.74105.01168.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 138 (54.30% from 255) = 25.99%
R=44.26%
G=29.76%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515813800.330.410.0812.3770.873.14
HexEB9E8A021298c4749
Octal353236212041511014107111
Binary11101011100111101000101001000011010011000110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9E8A; }

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

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

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

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

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

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

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

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