#E2817A

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

Shades of Sea Pink #E2817A

Tints of Sea Pink #E2817A

Color information

#E2817A (or 0xE2817A) is unknown color: approx Sea Pink. HEX triplet: E2, 81 and 7A. RGB value is (226,129,122). Sum of RGB (Red+Green+Blue) = 226+129+122=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E2817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2817A is #1D7E85. Grayscale: #9D9D9D. Windows color (decimal): -1932934 or 8028642. OLE color: 8028642.

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

Color convert

RGB226129122-
CMYK00.430.460.11
HSL4.04º64.2%68.24%-
HSV(B)4.04º46.02%88.63%-
XYZ42.7333.2722.58-
YUV157.2108.14177.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.38%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=47.38%
G=27.04%
B=25.58%

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
Decimal22612912200.430.460.114.0464.268.24
HexE2817A02B2EB44044
Octal34220117205356134100104
Binary111000101000000111110100101011101110101110010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2817A; }

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

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

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

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

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

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

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

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