Html Css Color HEX #E18A86 Sea Pink

📋 copy color: '#E18A86'

red 225 ◦ green 138 ◦ blue 134

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

Shades of Sea Pink #E18A86

Tints of Sea Pink #E18A86

RGB

 RED value IS 225 (88.28% from 255) = 45.27%

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

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

R = 45.27%
G = 27.77%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E18A86 (or 0xE18A86) is known color: Sea Pink. HEX triplet: E1, 8A and 86. RGB value is (225,138,134). Sum of RGB (Red+Green+Blue) = 225+138+134=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18A86 is #1E7579. Grayscale: #A3A3A3. Windows color (decimal): -1996154 or 8817377. OLE color: 8817377.

HSL color Cylindrical-coordinate representation of color #E18A86: hue angle of 2.64º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E18A86 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 134 -
CMYK 0 0.39 0.40 0.12
HSL 2.64º 0.6% 0.7% -
HSV(B) 2.64º 0.4% 0.88% -
XYZ 44.44 35.91 27.14 -
YUV 163.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 225 138 134 0 0.39 0.40 0.12 2.64 0.6 0.7
Hex E1 8A 86 0 27 28 C 3 3C 46
Octal 341 212 206 0 47 50 14 3 74 106
Binary 11100001 10001010 10000110 0 100111 101000 1100 11 111100 1000110

Color Harmonies of #E18A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A86

Black with #E18A86

Text Example


Text Example

White with #E18A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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