#E48980

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

Shades of Sea Pink #E48980

Tints of Sea Pink #E48980

Color information

#E48980 (or 0xE48980) is unknown color: approx Sea Pink. HEX triplet: E4, 89 and 80. RGB value is (228,137,128). Sum of RGB (Red+Green+Blue) = 228+137+128=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E48980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48980 is #1B767F. Grayscale: #A3A3A3. Windows color (decimal): -1799808 or 8423908. OLE color: 8423908.

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

Color convert

RGB228137128-
CMYK00.400.440.11
HSL5.4º64.94%69.8%-
HSV(B)5.4º43.86%89.41%-
XYZ44.8435.9425-
YUV163.18108.15174.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.25%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=46.25%
G=27.79%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813712800.400.440.115.464.9469.8
HexE489800282CB54146
Octal34421120005054135101106
Binary1110010010001001100000000101000101100101110110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48980; }

 p { color: rgb(228,137,128); }

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

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

 a { background-color: rgb(228,137,128); }

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

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

 span { border-color: rgb(228,137,128); }

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