#E08985

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

Shades of Sea Pink #E08985

Tints of Sea Pink #E08985

Color information

#E08985 (or 0xE08985) is unknown color: approx Sea Pink. HEX triplet: E0, 89 and 85. RGB value is (224,137,133). Sum of RGB (Red+Green+Blue) = 224+137+133=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E08985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08985 is #1F767A. Grayscale: #A2A2A2. Windows color (decimal): -2061947 or 8751584. OLE color: 8751584.

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

Color convert

RGB224137133-
CMYK00.390.410.12
HSL2.64º59.48%70%-
HSV(B)2.64º40.62%87.84%-
XYZ43.9235.4326.71-
YUV162.56111.32171.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.34%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=45.34%
G=27.73%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413713300.390.410.122.6459.4870
HexE0898502729C33b46
Octal3402112050475114373106
Binary11100000100010011000010101001111010011100111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08985; }

 p { color: rgb(224,137,133); }

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

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

 a { background-color: rgb(224,137,133); }

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

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

 span { border-color: rgb(224,137,133); }

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