#E28886

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

Shades of Sea Pink #E28886

Tints of Sea Pink #E28886

Color information

#E28886 (or 0xE28886) is unknown color: approx Sea Pink. HEX triplet: E2, 88 and 86. RGB value is (226,136,134). Sum of RGB (Red+Green+Blue) = 226+136+134=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E28886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28886 is #1D7779. Grayscale: #A2A2A2. Windows color (decimal): -1931130 or 8816866. OLE color: 8816866.

HSL color Cylindrical-coordinate representation of color #E28886: hue angle of 1.3º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E28886 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB226136134-
CMYK00.400.410.11
HSL1.3º61.33%70.59%-
HSV(B)1.3º40.71%88.63%-
XYZ44.4735.527.06-
YUV162.68111.82173.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.56%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 134 (52.73% from 255) = 27.02%
R=45.56%
G=27.42%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613613400.400.410.111.361.3370.59
HexE2888602829B13d47
Octal3422102060505113175107
Binary1110001010001000100001100101000101001101111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28886; }

 p { color: rgb(226,136,134); }

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

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

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

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

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

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

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