#E68982

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

Shades of Sea Pink #E68982

Tints of Sea Pink #E68982

Color information

#E68982 (or 0xE68982) is unknown color: approx Sea Pink. HEX triplet: E6, 89 and 82. RGB value is (230,137,130). Sum of RGB (Red+Green+Blue) = 230+137+130=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E68982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68982 is #19767D. Grayscale: #A4A4A4. Windows color (decimal): -1668734 or 8554982. OLE color: 8554982.

HSL color Cylindrical-coordinate representation of color #E68982: hue angle of 4.2º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68982 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB230137130-
CMYK00.400.430.10
HSL4.2º66.67%70.59%-
HSV(B)4.2º43.48%90.2%-
XYZ45.6136.3325.73-
YUV164.01108.81175.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.28%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=46.28%
G=27.57%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013713000.400.430.104.266.6770.59
HexE689820282BA44347
Octal34621120205053124103107
Binary1110011010001001100000100101000101011101010010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68982; }

 p { color: rgb(230,137,130); }

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

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

 a { background-color: rgb(230,137,130); }

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

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

 span { border-color: rgb(230,137,130); }

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