#EA9C88

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

Shades of Tonys Pink #EA9C88

Tints of Tonys Pink #EA9C88

Color information

#EA9C88 (or 0xEA9C88) is unknown color: approx Tonys Pink. HEX triplet: EA, 9C and 88. RGB value is (234,156,136). Sum of RGB (Red+Green+Blue) = 234+156+136=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C88 is #156377. Grayscale: #B1B1B1. Windows color (decimal): -1401720 or 8953066. OLE color: 8953066.

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

Color convert

RGB234156136-
CMYK00.330.420.08
HSL12.24º70%72.55%-
HSV(B)12.24º41.88%91.76%-
XYZ50.2643.0528.95-
YUV177.04104.84168.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.49%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 136 (53.52% from 255) = 25.86%
R=44.49%
G=29.66%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415613600.330.420.0812.247072.55
HexEA9C880212A8c4649
Octal352234210041521014106111
Binary11101010100111001000100001000011010101000110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9C88; }

 p { color: rgb(234,156,136); }

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

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

 a { background-color: rgb(234,156,136); }

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

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

 span { border-color: rgb(234,156,136); }

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