#EA8C8B

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

Shades of Sweet Pink #EA8C8B

Tints of Sweet Pink #EA8C8B

Color information

#EA8C8B (or 0xEA8C8B) is unknown color: approx Sweet Pink. HEX triplet: EA, 8C and 8B. RGB value is (234,140,139). Sum of RGB (Red+Green+Blue) = 234+140+139=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8C8B is #157374. Grayscale: #A8A8A8. Windows color (decimal): -1405813 or 9145578. OLE color: 9145578.

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

Color convert

RGB234140139-
CMYK00.400.410.08
HSL0.63º69.34%73.14%-
HSV(B)0.63º40.6%91.76%-
XYZ47.9738.1129.25-
YUV167.99111.64175.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 139 (54.69% from 255) = 27.10%
R=45.61%
G=27.29%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414013900.400.410.080.6369.3473.14
HexEA8C8B02829814549
Octal35221421305051101105111
Binary11101010100011001000101101010001010011000110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8C8B; }

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

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

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

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

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

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

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

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