#E08482

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

Shades of Sea Pink #E08482

Tints of Sea Pink #E08482

Color information

#E08482 (or 0xE08482) is unknown color: approx Sea Pink. HEX triplet: E0, 84 and 82. RGB value is (224,132,130). Sum of RGB (Red+Green+Blue) = 224+132+130=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E08482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08482 is #1F7B7D. Grayscale: #9F9F9F. Windows color (decimal): -2063230 or 8553696. OLE color: 8553696.

HSL color Cylindrical-coordinate representation of color #E08482: hue angle of 1.28º 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 #E08482 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB224132130-
CMYK00.410.420.12
HSL1.28º60.26%69.41%-
HSV(B)1.28º41.96%87.84%-
XYZ43.0233.9625.41-
YUV159.28111.48174.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=46.09%
G=27.16%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413213000.410.420.121.2860.2669.41
HexE084820292AC13c45
Octal3402042020515214174105
Binary1110000010000100100000100101001101010110011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08482; }

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

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

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

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

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

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

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

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