#E1807C

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

Shades of Sea Pink #E1807C

Tints of Sea Pink #E1807C

Color information

#E1807C (or 0xE1807C) is unknown color: approx Sea Pink. HEX triplet: E1, 80 and 7C. RGB value is (225,128,124). Sum of RGB (Red+Green+Blue) = 225+128+124=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1807C is #1E7F83. Grayscale: #9C9C9C. Windows color (decimal): -1998724 or 8159457. OLE color: 8159457.

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

Color convert

RGB225128124-
CMYK00.430.450.12
HSL2.38º62.73%68.43%-
HSV(B)2.38º44.89%88.24%-
XYZ42.4132.923.18-
YUV156.55109.64176.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 124 (48.83% from 255) = 26.00%
R=47.17%
G=26.83%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512812400.430.450.122.3862.7368.43
HexE1807C02B2DC23f44
Octal3412001740535514277104
Binary1110000110000000111110001010111011011100101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1807C; }

 p { color: rgb(225,128,124); }

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

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

 a { background-color: rgb(225,128,124); }

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

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

 span { border-color: rgb(225,128,124); }

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