#EA9D93

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

Shades of Tonys Pink #EA9D93

Tints of Tonys Pink #EA9D93

Color information

#EA9D93 (or 0xEA9D93) is unknown color: approx Tonys Pink. HEX triplet: EA, 9D and 93. RGB value is (234,157,147). Sum of RGB (Red+Green+Blue) = 234+157+147=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D93 is #15626C. Grayscale: #B3B3B3. Windows color (decimal): -1401453 or 9674218. OLE color: 9674218.

HSL color Cylindrical-coordinate representation of color #EA9D93: hue angle of 6.9º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA9D93 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB234157147-
CMYK00.330.370.08
HSL6.9º67.44%74.71%-
HSV(B)6.9º37.18%91.76%-
XYZ51.2643.7133.34-
YUV178.88110.01167.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=43.49%
G=29.18%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415714700.330.370.086.967.4474.71
HexEA9D930212587434b
Octal35223522304145107103113
Binary1110101010011101100100110100001100101100011110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D93; }

 p { color: rgb(234,157,147); }

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

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

 a { background-color: rgb(234,157,147); }

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

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

 span { border-color: rgb(234,157,147); }

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