Html Css Color HEX #E28A86 Sea Pink

📋 copy color: '#E28A86'

red 226 ◦ green 138 ◦ blue 134

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

Shades of Sea Pink #E28A86

Tints of Sea Pink #E28A86

RGB

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

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

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

R = 45.38%
G = 27.71%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E28A86 (or 0xE28A86) is known color: Sea Pink. HEX triplet: E2, 8A and 86. RGB value is (226,138,134). Sum of RGB (Red+Green+Blue) = 226+138+134=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28A86 is #1D7579. Grayscale: #A3A3A3. Windows color (decimal): -1930618 or 8817378. OLE color: 8817378.

HSL color Cylindrical-coordinate representation of color #E28A86: hue angle of 2.61º 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 #E28A86 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 138 134 -
CMYK 0 0.39 0.41 0.11
HSL 2.61º 0.61% 0.71% -
HSV(B) 2.61º 0.41% 0.89% -
XYZ 44.76 36.07 27.16 -
YUV 163.86 111.15 172.33 -
System Red Green Blue C M Y K H S L
Decimal 226 138 134 0 0.39 0.41 0.11 2.61 0.61 0.71
Hex E2 8A 86 0 27 29 B 3 3D 47
Octal 342 212 206 0 47 51 13 3 75 107
Binary 11100010 10001010 10000110 0 100111 101001 1011 11 111101 1000111

Color Harmonies of #E28A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28A86

Black with #E28A86

Text Example


Text Example

White with #E28A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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