#E2827A

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

Shades of Sea Pink #E2827A

Tints of Sea Pink #E2827A

Color information

#E2827A (or 0xE2827A) is unknown color: approx Sea Pink. HEX triplet: E2, 82 and 7A. RGB value is (226,130,122). Sum of RGB (Red+Green+Blue) = 226+130+122=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E2827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2827A is #1D7D85. Grayscale: #9D9D9D. Windows color (decimal): -1932678 or 8028898. OLE color: 8028898.

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

Color convert

RGB226130122-
CMYK00.420.460.11
HSL4.62º64.2%68.24%-
HSV(B)4.62º46.02%88.63%-
XYZ42.8633.5422.63-
YUV157.79107.8176.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.28%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=47.28%
G=27.20%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613012200.420.460.114.6264.268.24
HexE2827A02A2EB54044
Octal34220217205256135100104
Binary111000101000001011110100101010101110101110110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2827A; }

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

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

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

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

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

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

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

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