#EA8B88

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

Shades of Sweet Pink #EA8B88

Tints of Sweet Pink #EA8B88

Color information

#EA8B88 (or 0xEA8B88) is unknown color: approx Sweet Pink. HEX triplet: EA, 8B and 88. RGB value is (234,139,136). Sum of RGB (Red+Green+Blue) = 234+139+136=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8B88 is #157477. Grayscale: #A7A7A7. Windows color (decimal): -1406072 or 8948714. OLE color: 8948714.

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

Color convert

RGB234139136-
CMYK00.410.420.08
HSL1.84º70%72.55%-
HSV(B)1.84º41.88%91.76%-
XYZ47.6137.7428.07-
YUV167.06110.47175.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=45.97%
G=27.31%
B=26.72%

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
Decimal23413913600.410.420.081.847072.55
HexEA8B880292A824649
Octal35221321005152102106111
Binary111010101000101110001000010100110101010001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8B88; }

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

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

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

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

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

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

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

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