Html Css Color HEX #E28686 Sea Pink

📋 copy color: '#E28686'

red 226 ◦ green 134 ◦ blue 134

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

Shades of Sea Pink #E28686

Tints of Sea Pink #E28686

RGB

 RED value IS 226 (88.67% from 255) = 45.75%

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

 BLUE value IS 134 (52.73% from 255) = 27.13%

R = 45.75%
G = 27.13%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E28686 (or 0xE28686) is known color: Sea Pink. HEX triplet: E2, 86 and 86. RGB value is (226,134,134). Sum of RGB (Red+Green+Blue) = 226+134+134=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E28686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28686 is #1D7979. Grayscale: #A1A1A1. Windows color (decimal): -1931642 or 8816354. OLE color: 8816354.

HSL color Cylindrical-coordinate representation of color #E28686: hue angle of 0º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E28686 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 134 134 -
CMYK 0 0.41 0.41 0.11
HSL 0.61% 0.71% -
HSV(B) 0.41% 0.89% -
XYZ 44.19 34.94 26.97 -
YUV 161.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 226 134 134 0 0.41 0.41 0.11 0 0.61 0.71
Hex E2 86 86 0 29 29 B 0 3D 47
Octal 342 206 206 0 51 51 13 0 75 107
Binary 11100010 10000110 10000110 0 101001 101001 1011 0 111101 1000111

Color Harmonies of #E28686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28686

Black with #E28686

Text Example


Text Example

White with #E28686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28686; }

 p { color: rgb(226,134,134); }

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

background-color css

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

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

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

border-color css

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

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

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