#EB9684

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

Shades of Tonys Pink #EB9684

Tints of Tonys Pink #EB9684

Color information

#EB9684 (or 0xEB9684) is unknown color: approx Tonys Pink. HEX triplet: EB, 96 and 84. RGB value is (235,150,132). Sum of RGB (Red+Green+Blue) = 235+150+132=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9684 is #14697B. Grayscale: #ADADAD. Windows color (decimal): -1337724 or 8689387. OLE color: 8689387.

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

Color convert

RGB235150132-
CMYK00.360.440.08
HSL10.49º72.03%71.96%-
HSV(B)10.49º43.83%92.16%-
XYZ49.3341.1427.17-
YUV173.36104.66171.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=45.45%
G=29.01%
B=25.53%

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
Decimal23515013200.360.440.0810.4972.0371.96
HexEB96840242C8a4848
Octal353226204044541012110110
Binary11101011100101101000010001001001011001000101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9684; }

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

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

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

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

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

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

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

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