#e18382

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

Shades of Sea Pink #E18382

Tints of Sea Pink #E18382

Color information

#E18382 (or 0xE18382) is unknown color: approx Sea Pink. HEX triplet: E1, 83 and 82. RGB value is (225,131,130). Sum of RGB (Red+Green+Blue) = 225+131+130=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E18382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18382 is #1E7C7D. Grayscale: #9F9F9F. Windows color (decimal): -1997950 or 8553441. OLE color: 8553441.

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

Color convert

RGB225131130-
CMYK00.420.420.12
HSL0.63º61.29%69.61%-
HSV(B)0.63º42.22%88.24%-
XYZ43.233.8525.38-
YUV158.99111.64175.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 131 (51.56% from 255) = 26.95%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=46.30%
G=26.95%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513113000.420.420.120.6361.2969.61
HexE1838202A2AC13d46
Octal3412032020525214175106
Binary1110000110000011100000100101010101010110011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e18382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e18382; }

 p { color: rgb(225,131,130); }

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

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

 a { background-color: rgb(225,131,130); }

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

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

 span { border-color: rgb(225,131,130); }

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