#EA8988

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

Shades of Sweet Pink #EA8988

Tints of Sweet Pink #EA8988

Color information

#EA8988 (or 0xEA8988) is unknown color: approx Sweet Pink. HEX triplet: EA, 89 and 88. RGB value is (234,137,136). Sum of RGB (Red+Green+Blue) = 234+137+136=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8988 is #157677. Grayscale: #A5A5A5. Windows color (decimal): -1406584 or 8948202. OLE color: 8948202.

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

Color convert

RGB234137136-
CMYK00.410.420.08
HSL0.61º70%72.55%-
HSV(B)0.61º41.88%91.76%-
XYZ47.3237.1627.97-
YUV165.89111.14176.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 137 (53.91% from 255) = 27.02%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=46.15%
G=27.02%
B=26.82%

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
Decimal23413713600.410.420.080.617072.55
HexEA89880292A814649
Octal35221121005152101106111
Binary11101010100010011000100001010011010101000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8988; }

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

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

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

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

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

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

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

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