#EA9E92

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

Shades of Tonys Pink #EA9E92

Tints of Tonys Pink #EA9E92

Color information

#EA9E92 (or 0xEA9E92) is unknown color: approx Tonys Pink. HEX triplet: EA, 9E and 92. RGB value is (234,158,146). Sum of RGB (Red+Green+Blue) = 234+158+146=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E92 is #15616D. Grayscale: #B3B3B3. Windows color (decimal): -1401198 or 9608938. OLE color: 9608938.

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

Color convert

RGB234158146-
CMYK00.320.380.08
HSL8.18º67.69%74.51%-
HSV(B)8.18º37.61%91.76%-
XYZ51.3544.0232.98-
YUV179.36109.18166.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 158 (62.11% from 255) = 29.37%
BLUE value IS 146 (57.42% from 255) = 27.14%
R=43.49%
G=29.37%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415814600.320.380.088.1867.6974.51
HexEA9E920202688444b
Octal352236222040461010104113
Binary11101010100111101001001001000001001101000100010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9E92; }

 p { color: rgb(234,158,146); }

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

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

 a { background-color: rgb(234,158,146); }

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

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

 span { border-color: rgb(234,158,146); }

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