Html Css Color HEX #E68A82 Sea Pink

📋 copy color: '#E68A82'

red 230 ◦ green 138 ◦ blue 130

#E68A82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Pink #E68A82

Tints of Sea Pink #E68A82

RGB

 RED value IS 230 (90.23% from 255) = 46.18%

 GREEN value IS 138 (54.3% from 255) = 27.71%

 BLUE value IS 130 (51.17% from 255) = 26.1%

R = 46.18%
G = 27.71%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E68A82 (or 0xE68A82) is known color: Sea Pink. HEX triplet: E6, 8A and 82. RGB value is (230,138,130). Sum of RGB (Red+Green+Blue) = 230+138+130=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A82 is #19757D. Grayscale: #A4A4A4. Windows color (decimal): -1668478 or 8555238. OLE color: 8555238.

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

Color convert

RGB 230 138 130 -
CMYK 0 0.4 0.43 0.10
HSL 4.8º 0.67% 0.71% -
HSV(B) 4.8º 0.43% 0.9% -
XYZ 45.75 36.61 25.77 -
YUV 164.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 230 138 130 0 0.4 0.43 0.10 4.8 0.67 0.71
Hex E6 8A 82 0 28 2B A 5 43 47
Octal 346 212 202 0 50 53 12 5 103 107
Binary 11100110 10001010 10000010 0 101000 101011 1010 101 1000011 1000111

Color Harmonies of #E68A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A82

Black with #E68A82

Text Example


Text Example

White with #E68A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A82; }

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

 H1.HeaderClassName
 {
   color: #E68A82;
 }
 .AnyTagClassName
 {
   color: #E68A82;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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