#E1807E

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

Shades of Sea Pink #E1807E

Tints of Sea Pink #E1807E

Color information

#E1807E (or 0xE1807E) is unknown color: approx Sea Pink. HEX triplet: E1, 80 and 7E. RGB value is (225,128,126). Sum of RGB (Red+Green+Blue) = 225+128+126=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1807E is #1E7F81. Grayscale: #9C9C9C. Windows color (decimal): -1998722 or 8290529. OLE color: 8290529.

HSL color Cylindrical-coordinate representation of color #E1807E: hue angle of 1.21º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1807E is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB225128126-
CMYK00.430.440.12
HSL1.21º62.26%68.82%-
HSV(B)1.21º44%88.24%-
XYZ42.5432.9523.86-
YUV156.78110.64176.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.97%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=46.97%
G=26.72%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512812600.430.440.121.2162.2668.82
HexE1807E02B2CC13e45
Octal3412001760535414176105
Binary111000011000000011111100101011101100110011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1807E; }

 p { color: rgb(225,128,126); }

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

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

 a { background-color: rgb(225,128,126); }

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

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

 span { border-color: rgb(225,128,126); }

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