#EA8E8E

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

Shades of Sweet Pink #EA8E8E

Tints of Sweet Pink #EA8E8E

Color information

#EA8E8E (or 0xEA8E8E) is unknown color: approx Sweet Pink. HEX triplet: EA, 8E and 8E. RGB value is (234,142,142). Sum of RGB (Red+Green+Blue) = 234+142+142=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8E8E is #157171. Grayscale: #A9A9A9. Windows color (decimal): -1405298 or 9342698. OLE color: 9342698.

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

Color convert

RGB234142142-
CMYK00.390.390.08
HSL68.66%73.73%-
HSV(B)39.32%91.76%-
XYZ48.4938.7930.52-
YUV169.51112.48174-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 142 (55.86% from 255) = 27.41%
BLUE value IS 142 (55.86% from 255) = 27.41%
R=45.17%
G=27.41%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414214200.390.390.08068.6673.73
HexEA8E8E0272780454a
Octal35221621604747100105112
Binary11101010100011101000111001001111001111000010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8E8E; }

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

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

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

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

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

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

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

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