#EA8F8F

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

Shades of Sweet Pink #EA8F8F

Tints of Sweet Pink #EA8F8F

Color information

#EA8F8F (or 0xEA8F8F) is unknown color: approx Sweet Pink. HEX triplet: EA, 8F and 8F. RGB value is (234,143,143). Sum of RGB (Red+Green+Blue) = 234+143+143=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F8F is #157070. Grayscale: #AAAAAA. Windows color (decimal): -1405041 or 9408490. OLE color: 9408490.

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

Color convert

RGB234143143-
CMYK00.390.390.08
HSL68.42%73.92%-
HSV(B)38.89%91.76%-
XYZ48.7139.1230.97-
YUV170.21112.65173.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 143 (56.25% from 255) = 27.5%
R=45%
G=27.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414314300.390.390.08068.4273.92
HexEA8F8F0272780444a
Octal35221721704747100104112
Binary11101010100011111000111101001111001111000010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8F8F; }

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

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

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

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

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

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

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

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