#EA9F94

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

Shades of Tonys Pink #EA9F94

Tints of Tonys Pink #EA9F94

Color information

#EA9F94 (or 0xEA9F94) is unknown color: approx Tonys Pink. HEX triplet: EA, 9F and 94. RGB value is (234,159,148). Sum of RGB (Red+Green+Blue) = 234+159+148=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F94 is #15606B. Grayscale: #B4B4B4. Windows color (decimal): -1400940 or 9740266. OLE color: 9740266.

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

Color convert

RGB234159148-
CMYK00.320.370.08
HSL7.67º67.19%74.9%-
HSV(B)7.67º36.75%91.76%-
XYZ51.6844.4333.87-
YUV180.17109.85166.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 148 (58.20% from 255) = 27.36%
R=43.25%
G=29.39%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415914800.320.370.087.6767.1974.9
HexEA9F940202588434b
Octal352237224040451010103113
Binary11101010100111111001010001000001001011000100010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9F94; }

 p { color: rgb(234,159,148); }

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

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

 a { background-color: rgb(234,159,148); }

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

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

 span { border-color: rgb(234,159,148); }

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