Html Css Color HEX #E68680 Sea Pink

📋 copy color: '#E68680'

red 230 ◦ green 134 ◦ blue 128

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

Shades of Sea Pink #E68680

Tints of Sea Pink #E68680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.24%

 BLUE value IS 128 (50.39% from 255) = 26.02%

R = 46.75%
G = 27.24%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E68680 (or 0xE68680) is known color: Sea Pink. HEX triplet: E6, 86 and 80. RGB value is (230,134,128). Sum of RGB (Red+Green+Blue) = 230+134+128=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E68680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68680 is #19797F. Grayscale: #A2A2A2. Windows color (decimal): -1669504 or 8423142. OLE color: 8423142.

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

Color convert

RGB 230 134 128 -
CMYK 0 0.42 0.44 0.10
HSL 3.53º 0.67% 0.7% -
HSV(B) 3.53º 0.44% 0.9% -
XYZ 45.05 35.43 24.89 -
YUV 162.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 230 134 128 0 0.42 0.44 0.10 3.53 0.67 0.7
Hex E6 86 80 0 2A 2C A 4 43 46
Octal 346 206 200 0 52 54 12 4 103 106
Binary 11100110 10000110 10000000 0 101010 101100 1010 100 1000011 1000110

Color Harmonies of #E68680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68680

Black with #E68680

Text Example


Text Example

White with #E68680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68680; }

 p { color: rgb(230,134,128); }

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

background-color css

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

 a { background-color: rgb(230,134,128); }

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

border-color css

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

 span { border-color: rgb(230,134,128); }

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