#EA8F8C

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

Shades of Sweet Pink #EA8F8C

Tints of Sweet Pink #EA8F8C

Color information

#EA8F8C (or 0xEA8F8C) is unknown color: approx Sweet Pink. HEX triplet: EA, 8F and 8C. RGB value is (234,143,140). Sum of RGB (Red+Green+Blue) = 234+143+140=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F8C is #157073. Grayscale: #A9A9A9. Windows color (decimal): -1405044 or 9211882. OLE color: 9211882.

HSL color Cylindrical-coordinate representation of color #EA8F8C: hue angle of 1.91º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8F8C is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234143140-
CMYK00.390.400.08
HSL1.91º69.12%73.33%-
HSV(B)1.91º40.17%91.76%-
XYZ48.4939.0329.79-
YUV169.87111.15173.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 140 (55.08% from 255) = 27.08%
R=45.26%
G=27.66%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414314000.390.400.081.9169.1273.33
HexEA8F8C02728824549
Octal35221721404750102105111
Binary111010101000111110001100010011110100010001010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8F8C; }

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

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

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

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

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

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

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

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