#E18482

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

Shades of Sea Pink #E18482

Tints of Sea Pink #E18482

Color information

#E18482 (or 0xE18482) is unknown color: approx Sea Pink. HEX triplet: E1, 84 and 82. RGB value is (225,132,130). Sum of RGB (Red+Green+Blue) = 225+132+130=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E18482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18482 is #1E7B7D. Grayscale: #9F9F9F. Windows color (decimal): -1997694 or 8553697. OLE color: 8553697.

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

Color convert

RGB225132130-
CMYK00.410.420.12
HSL1.26º61.29%69.61%-
HSV(B)1.26º42.22%88.24%-
XYZ43.3334.1225.42-
YUV159.58111.31174.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.20%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=46.20%
G=27.10%
B=26.69%

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
Decimal22513213000.410.420.121.2661.2969.61
HexE184820292AC13d46
Octal3412042020515214175106
Binary1110000110000100100000100101001101010110011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18482; }

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

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

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

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

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

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

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

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