#E08079

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

Shades of Sea Pink #E08079

Tints of Sea Pink #E08079

Color information

#E08079 (or 0xE08079) is unknown color: approx Sea Pink. HEX triplet: E0, 80 and 79. RGB value is (224,128,121). Sum of RGB (Red+Green+Blue) = 224+128+121=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E08079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08079 is #1F7F86. Grayscale: #9C9C9C. Windows color (decimal): -2064263 or 7962848. OLE color: 7962848.

HSL color Cylindrical-coordinate representation of color #E08079: hue angle of 4.08º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E08079 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224128121-
CMYK00.430.460.12
HSL4.08º62.42%67.65%-
HSV(B)4.08º45.98%87.84%-
XYZ41.9132.6722.19-
YUV155.91108.3176.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.36%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=47.36%
G=27.06%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412812100.430.460.124.0862.4267.65
HexE0807902B2EC43e44
Octal3402001710535614476104
Binary11100000100000001111001010101110111011001001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08079; }

 p { color: rgb(224,128,121); }

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

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

 a { background-color: rgb(224,128,121); }

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

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

 span { border-color: rgb(224,128,121); }

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