#EB9E84

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

Shades of Tonys Pink #EB9E84

Tints of Tonys Pink #EB9E84

Color information

#EB9E84 (or 0xEB9E84) is unknown color: approx Tonys Pink. HEX triplet: EB, 9E and 84. RGB value is (235,158,132). Sum of RGB (Red+Green+Blue) = 235+158+132=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9E84 is #14617B. Grayscale: #B2B2B2. Windows color (decimal): -1335676 or 8691435. OLE color: 8691435.

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

Color convert

RGB235158132-
CMYK00.330.440.08
HSL15.15º72.03%71.96%-
HSV(B)15.15º43.83%92.16%-
XYZ50.6543.7827.61-
YUV178.06102.01168.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.76%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 132 (51.95% from 255) = 25.14%
R=44.76%
G=30.10%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515813200.330.440.0815.1572.0371.96
HexEB9E840212C8f4848
Octal353236204041541017110110
Binary11101011100111101000010001000011011001000111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9E84; }

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

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

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

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

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

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

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

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