#E18686

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

Shades of Sea Pink #E18686

Tints of Sea Pink #E18686

Color information

#E18686 (or 0xE18686) is unknown color: approx Sea Pink. HEX triplet: E1, 86 and 86. RGB value is (225,134,134). Sum of RGB (Red+Green+Blue) = 225+134+134=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E18686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18686 is #1E7979. Grayscale: #A1A1A1. Windows color (decimal): -1997178 or 8816353. OLE color: 8816353.

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

Color convert

RGB225134134-
CMYK00.400.400.12
HSL60.26%70.39%-
HSV(B)40.44%88.24%-
XYZ43.8834.7826.95-
YUV161.21112.65173.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.64%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=45.64%
G=27.18%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513413400.400.400.12060.2670.39
HexE1868602828C03c46
Octal3412062060505014074106
Binary1110000110000110100001100101000101000110001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18686; }

 p { color: rgb(225,134,134); }

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

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

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

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

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

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

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