#E58A80

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

Shades of Sea Pink #E58A80

Tints of Sea Pink #E58A80

Color information

#E58A80 (or 0xE58A80) is unknown color: approx Sea Pink. HEX triplet: E5, 8A and 80. RGB value is (229,138,128). Sum of RGB (Red+Green+Blue) = 229+138+128=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58A80 is #1A757F. Grayscale: #A4A4A4. Windows color (decimal): -1734016 or 8424165. OLE color: 8424165.

HSL color Cylindrical-coordinate representation of color #E58A80: hue angle of 5.94º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E58A80 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB229138128-
CMYK00.400.440.10
HSL5.94º66.01%70%-
HSV(B)5.94º44.1%89.8%-
XYZ45.336.3925.06-
YUV164.07107.65174.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.26%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=46.26%
G=27.88%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913812800.400.440.105.9466.0170
HexE58A800282CA64246
Octal34521220005054126102106
Binary1110010110001010100000000101000101100101011010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58A80; }

 p { color: rgb(229,138,128); }

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

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

 a { background-color: rgb(229,138,128); }

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

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

 span { border-color: rgb(229,138,128); }

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