#E08880

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

Shades of Sea Pink #E08880

Tints of Sea Pink #E08880

Color information

#E08880 (or 0xE08880) is unknown color: approx Sea Pink. HEX triplet: E0, 88 and 80. RGB value is (224,136,128). Sum of RGB (Red+Green+Blue) = 224+136+128=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E08880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08880 is #1F777F. Grayscale: #A1A1A1. Windows color (decimal): -2062208 or 8423648. OLE color: 8423648.

HSL color Cylindrical-coordinate representation of color #E08880: hue angle of 5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E08880 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB224136128-
CMYK00.390.430.12
HSL60.76%69.02%-
HSV(B)42.86%87.84%-
XYZ43.4435.0124.89-
YUV161.4109.15172.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.90%
GREEN value IS 136 (53.52% from 255) = 27.87%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=45.90%
G=27.87%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413612800.390.430.12560.7669.02
HexE088800272BC53d45
Octal3402102000475314575105
Binary111000001000100010000000010011110101111001011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08880; }

 p { color: rgb(224,136,128); }

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

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

 a { background-color: rgb(224,136,128); }

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

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

 span { border-color: rgb(224,136,128); }

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