#E0807A

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

Shades of Sea Pink #E0807A

Tints of Sea Pink #E0807A

Color information

#E0807A (or 0xE0807A) is unknown color: approx Sea Pink. HEX triplet: E0, 80 and 7A. RGB value is (224,128,122). Sum of RGB (Red+Green+Blue) = 224+128+122=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E0807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0807A is #1F7F85. Grayscale: #9C9C9C. Windows color (decimal): -2064262 or 8028384. OLE color: 8028384.

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

Color convert

RGB224128122-
CMYK00.430.460.12
HSL3.53º62.2%67.84%-
HSV(B)3.53º45.54%87.84%-
XYZ41.9732.6922.51-
YUV156.02108.8176.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.26%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=47.26%
G=27.00%
B=25.74%

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
Decimal22412812200.430.460.123.5362.267.84
HexE0807A02B2EC43e44
Octal3402001720535614476104
Binary11100000100000001111010010101110111011001001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0807A; }

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

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

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

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

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

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

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

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