#EA9884

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

Shades of Tonys Pink #EA9884

Tints of Tonys Pink #EA9884

Color information

#EA9884 (or 0xEA9884) is unknown color: approx Tonys Pink. HEX triplet: EA, 98 and 84. RGB value is (234,152,132). Sum of RGB (Red+Green+Blue) = 234+152+132=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9884 is #15677B. Grayscale: #AEAEAE. Windows color (decimal): -1402748 or 8689898. OLE color: 8689898.

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

Color convert

RGB234152132-
CMYK00.350.440.08
HSL11.76º70.83%71.76%-
HSV(B)11.76º43.59%91.76%-
XYZ49.3241.6127.26-
YUV174.24104.17170.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 132 (51.95% from 255) = 25.48%
R=45.17%
G=29.34%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415213200.350.440.0811.7670.8371.76
HexEA98840232C8c4748
Octal352230204043541014107110
Binary11101010100110001000010001000111011001000110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9884; }

 p { color: rgb(234,152,132); }

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

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

 a { background-color: rgb(234,152,132); }

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

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

 span { border-color: rgb(234,152,132); }

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