#E0807C

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

Shades of Sea Pink #E0807C

Tints of Sea Pink #E0807C

Color information

#E0807C (or 0xE0807C) is unknown color: approx Sea Pink. HEX triplet: E0, 80 and 7C. RGB value is (224,128,124). Sum of RGB (Red+Green+Blue) = 224+128+124=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E0807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0807C is #1F7F83. Grayscale: #9C9C9C. Windows color (decimal): -2064260 or 8159456. OLE color: 8159456.

HSL color Cylindrical-coordinate representation of color #E0807C: hue angle of 2.4º degrees, saturation: 0.62, 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 #E0807C is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB224128124-
CMYK00.430.450.12
HSL2.4º61.73%68.24%-
HSV(B)2.4º44.64%87.84%-
XYZ42.132.7423.17-
YUV156.25109.8176.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.06%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 124 (48.83% from 255) = 26.05%
R=47.06%
G=26.89%
B=26.05%

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
Decimal22412812400.430.450.122.461.7368.24
HexE0807C02B2DC23e44
Octal3402001740535514276104
Binary1110000010000000111110001010111011011100101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0807C; }

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

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

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

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

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

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

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

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