#EB9784

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

Shades of Tonys Pink #EB9784

Tints of Tonys Pink #EB9784

Color information

#EB9784 (or 0xEB9784) is unknown color: approx Tonys Pink. HEX triplet: EB, 97 and 84. RGB value is (235,151,132). Sum of RGB (Red+Green+Blue) = 235+151+132=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9784 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9784 is #14687B. Grayscale: #AEAEAE. Windows color (decimal): -1337468 or 8689643. OLE color: 8689643.

HSL color Cylindrical-coordinate representation of color #EB9784: hue angle of 11.07º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB9784 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235151132-
CMYK00.360.440.08
HSL11.07º72.03%71.96%-
HSV(B)11.07º43.83%92.16%-
XYZ49.4941.4627.22-
YUV173.95104.33171.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 151 (59.38% from 255) = 29.15%
BLUE value IS 132 (51.95% from 255) = 25.48%
R=45.37%
G=29.15%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515113200.360.440.0811.0772.0371.96
HexEB97840242C8b4848
Octal353227204044541013110110
Binary11101011100101111000010001001001011001000101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9784; }

 p { color: rgb(235,151,132); }

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

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

 a { background-color: rgb(235,151,132); }

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

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

 span { border-color: rgb(235,151,132); }

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