#EA8E85

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

Shades of Sweet Pink #EA8E85

Tints of Sweet Pink #EA8E85

Color information

#EA8E85 (or 0xEA8E85) is unknown color: approx Sweet Pink. HEX triplet: EA, 8E and 85. RGB value is (234,142,133). Sum of RGB (Red+Green+Blue) = 234+142+133=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8E85 is #15717A. Grayscale: #A8A8A8. Windows color (decimal): -1405307 or 8752874. OLE color: 8752874.

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

Color convert

RGB234142133-
CMYK00.390.430.08
HSL5.35º70.63%71.96%-
HSV(B)5.35º43.16%91.76%-
XYZ47.8438.5327.11-
YUV168.48107.98174.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=45.97%
G=27.90%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414213300.390.430.085.3570.6371.96
HexEA8E850272B854748
Octal35221620504753105107110
Binary1110101010001110100001010100111101011100010110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8E85; }

 p { color: rgb(234,142,133); }

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

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

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

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

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

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

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