#EA8C88

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

Shades of Sweet Pink #EA8C88

Tints of Sweet Pink #EA8C88

Color information

#EA8C88 (or 0xEA8C88) is unknown color: approx Sweet Pink. HEX triplet: EA, 8C and 88. RGB value is (234,140,136). Sum of RGB (Red+Green+Blue) = 234+140+136=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8C88 is #157377. Grayscale: #A7A7A7. Windows color (decimal): -1405816 or 8948970. OLE color: 8948970.

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

Color convert

RGB234140136-
CMYK00.400.420.08
HSL2.45º70%72.55%-
HSV(B)2.45º41.88%91.76%-
XYZ47.7538.0328.12-
YUV167.65110.14175.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 140 (55.08% from 255) = 27.45%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=45.88%
G=27.45%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414013600.400.420.082.457072.55
HexEA8C880282A824649
Octal35221421005052102106111
Binary111010101000110010001000010100010101010001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8C88; }

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

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

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

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

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

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

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

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