#E2807A

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

Shades of Sea Pink #E2807A

Tints of Sea Pink #E2807A

Color information

#E2807A (or 0xE2807A) is unknown color: approx Sea Pink. HEX triplet: E2, 80 and 7A. RGB value is (226,128,122). Sum of RGB (Red+Green+Blue) = 226+128+122=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E2807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2807A is #1D7F85. Grayscale: #9C9C9C. Windows color (decimal): -1933190 or 8028386. OLE color: 8028386.

HSL color Cylindrical-coordinate representation of color #E2807A: hue angle of 3.46º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2807A is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB226128122-
CMYK00.430.460.11
HSL3.46º64.2%68.24%-
HSV(B)3.46º46.02%88.63%-
XYZ42.633.0122.54-
YUV156.62108.47177.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.48%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 122 (48.05% from 255) = 25.63%
R=47.48%
G=26.89%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612812200.430.460.113.4664.268.24
HexE2807A02B2EB34044
Octal34220017205356133100104
Binary11100010100000001111010010101110111010111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2807A; }

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

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

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

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

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

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

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

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