#E28680

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

Shades of Sea Pink #E28680

Tints of Sea Pink #E28680

Color information

#E28680 (or 0xE28680) is unknown color: approx Sea Pink. HEX triplet: E2, 86 and 80. RGB value is (226,134,128). Sum of RGB (Red+Green+Blue) = 226+134+128=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E28680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28680 is #1D797F. Grayscale: #A0A0A0. Windows color (decimal): -1931648 or 8423138. OLE color: 8423138.

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

Color convert

RGB226134128-
CMYK00.410.430.11
HSL3.67º62.82%69.41%-
HSV(B)3.67º43.36%88.63%-
XYZ43.7934.7824.83-
YUV160.82109.48174.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.31%
GREEN value IS 134 (52.73% from 255) = 27.46%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=46.31%
G=27.46%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613412800.410.430.113.6762.8269.41
HexE286800292BB43f45
Octal3422062000515313477105
Binary111000101000011010000000010100110101110111001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28680; }

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

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

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

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

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

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

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

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