#E08A85

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

Shades of Sea Pink #E08A85

Tints of Sea Pink #E08A85

Color information

#E08A85 (or 0xE08A85) is unknown color: approx Sea Pink. HEX triplet: E0, 8A and 85. RGB value is (224,138,133). Sum of RGB (Red+Green+Blue) = 224+138+133=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A85 is #1F757A. Grayscale: #A3A3A3. Windows color (decimal): -2061691 or 8751840. OLE color: 8751840.

HSL color Cylindrical-coordinate representation of color #E08A85: hue angle of 3.3º 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 #E08A85 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB224138133-
CMYK00.380.410.12
HSL3.3º59.48%70%-
HSV(B)3.3º40.62%87.84%-
XYZ44.0635.7226.76-
YUV163.14110.99171.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=45.25%
G=27.88%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413813300.380.410.123.359.4870
HexE08A8502629C33b46
Octal3402122050465114373106
Binary11100000100010101000010101001101010011100111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08A85; }

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

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

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

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

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

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

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

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