#EA8A88

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

Shades of Sweet Pink #EA8A88

Tints of Sweet Pink #EA8A88

Color information

#EA8A88 (or 0xEA8A88) is unknown color: approx Sweet Pink. HEX triplet: EA, 8A and 88. RGB value is (234,138,136). Sum of RGB (Red+Green+Blue) = 234+138+136=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8A88 is #157577. Grayscale: #A6A6A6. Windows color (decimal): -1406328 or 8948458. OLE color: 8948458.

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

Color convert

RGB234138136-
CMYK00.410.420.08
HSL1.22º70%72.55%-
HSV(B)1.22º41.88%91.76%-
XYZ47.4637.4528.02-
YUV166.48110.8176.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.06%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=46.06%
G=27.17%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413813600.410.420.081.227072.55
HexEA8A880292A814649
Octal35221221005152101106111
Binary11101010100010101000100001010011010101000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8A88; }

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

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

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

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

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

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

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

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