#E08882

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

Shades of Sea Pink #E08882

Tints of Sea Pink #E08882

Color information

#E08882 (or 0xE08882) is unknown color: approx Sea Pink. HEX triplet: E0, 88 and 82. RGB value is (224,136,130). Sum of RGB (Red+Green+Blue) = 224+136+130=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E08882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08882 is #1F777D. Grayscale: #A1A1A1. Windows color (decimal): -2062206 or 8554720. OLE color: 8554720.

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

Color convert

RGB224136130-
CMYK00.390.420.12
HSL3.83º60.26%69.41%-
HSV(B)3.83º41.96%87.84%-
XYZ43.5735.0725.59-
YUV161.63110.15172.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.71%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=45.71%
G=27.76%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413613000.390.420.123.8360.2669.41
HexE088820272AC43c45
Octal3402102020475214474105
Binary111000001000100010000010010011110101011001001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08882; }

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

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

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

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

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

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

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

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