#EA8B87

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

Shades of Sweet Pink #EA8B87

Tints of Sweet Pink #EA8B87

Color information

#EA8B87 (or 0xEA8B87) is unknown color: approx Sweet Pink. HEX triplet: EA, 8B and 87. RGB value is (234,139,135). Sum of RGB (Red+Green+Blue) = 234+139+135=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8B87 is #157478. Grayscale: #A7A7A7. Windows color (decimal): -1406073 or 8883178. OLE color: 8883178.

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

Color convert

RGB234139135-
CMYK00.410.420.08
HSL2.42º70.21%72.35%-
HSV(B)2.42º42.31%91.76%-
XYZ47.5437.7127.69-
YUV166.95109.97175.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.06%
GREEN value IS 139 (54.69% from 255) = 27.36%
BLUE value IS 135 (53.12% from 255) = 26.57%
R=46.06%
G=27.36%
B=26.57%

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
Decimal23413913500.410.420.082.4270.2172.35
HexEA8B870292A824648
Octal35221320705152102106110
Binary111010101000101110000111010100110101010001010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8B87; }

 p { color: rgb(234,139,135); }

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

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

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

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

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

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

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