#EA8C8C

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

Shades of Sweet Pink #EA8C8C

Tints of Sweet Pink #EA8C8C

Color information

#EA8C8C (or 0xEA8C8C) is unknown color: approx Sweet Pink. HEX triplet: EA, 8C and 8C. RGB value is (234,140,140). Sum of RGB (Red+Green+Blue) = 234+140+140=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8C8C is #157373. Grayscale: #A8A8A8. Windows color (decimal): -1405812 or 9211114. OLE color: 9211114.

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

Color convert

RGB234140140-
CMYK00.400.400.08
HSL69.12%73.33%-
HSV(B)40.17%91.76%-
XYZ48.0438.1429.64-
YUV168.11112.14175-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.53%
GREEN value IS 140 (55.08% from 255) = 27.24%
BLUE value IS 140 (55.08% from 255) = 27.24%
R=45.53%
G=27.24%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414014000.400.400.08069.1273.33
HexEA8C8C02828804549
Octal35221421405050100105111
Binary11101010100011001000110001010001010001000010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8C8C; }

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

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

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

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

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

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

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

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