#EA8E8C

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

Shades of Sweet Pink #EA8E8C

Tints of Sweet Pink #EA8E8C

Color information

#EA8E8C (or 0xEA8E8C) is unknown color: approx Sweet Pink. HEX triplet: EA, 8E and 8C. RGB value is (234,142,140). Sum of RGB (Red+Green+Blue) = 234+142+140=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8E8C is #157173. Grayscale: #A9A9A9. Windows color (decimal): -1405300 or 9211626. OLE color: 9211626.

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

Color convert

RGB234142140-
CMYK00.390.400.08
HSL1.28º69.12%73.33%-
HSV(B)1.28º40.17%91.76%-
XYZ48.3438.7329.74-
YUV169.28111.48174.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 140 (55.08% from 255) = 27.13%
R=45.35%
G=27.52%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414214000.390.400.081.2869.1273.33
HexEA8E8C02728814549
Octal35221621404750101105111
Binary11101010100011101000110001001111010001000110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8E8C; }

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

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

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

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

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

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

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

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