#EA8E8A

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

Shades of Sweet Pink #EA8E8A

Tints of Sweet Pink #EA8E8A

Color information

#EA8E8A (or 0xEA8E8A) is unknown color: approx Sweet Pink. HEX triplet: EA, 8E and 8A. RGB value is (234,142,138). Sum of RGB (Red+Green+Blue) = 234+142+138=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8E8A is #157175. Grayscale: #A9A9A9. Windows color (decimal): -1405302 or 9080554. OLE color: 9080554.

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

Color convert

RGB234142138-
CMYK00.390.410.08
HSL2.5º69.57%72.94%-
HSV(B)2.5º41.03%91.76%-
XYZ48.1938.6728.97-
YUV169.05110.48174.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.53%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=45.53%
G=27.63%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414213800.390.410.082.569.5772.94
HexEA8E8A02729834649
Octal35221621204751103106111
Binary111010101000111010001010010011110100110001110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8E8A; }

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

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

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

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

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

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

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

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