Html Css Color HEX #E48980 Sea Pink

📋 copy color: '#E48980'

red 228 ◦ green 137 ◦ blue 128

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

Shades of Sea Pink #E48980

Tints of Sea Pink #E48980

RGB

 RED value IS 228 (89.45% from 255) = 46.25%

 GREEN value IS 137 (53.91% from 255) = 27.79%

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

R = 46.25%
G = 27.79%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E48980 (or 0xE48980) is known color: Sea Pink. HEX triplet: E4, 89 and 80. RGB value is (228,137,128). Sum of RGB (Red+Green+Blue) = 228+137+128=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E48980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48980 is #1B767F. Grayscale: #A3A3A3. Windows color (decimal): -1799808 or 8423908. OLE color: 8423908.

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

Color convert

RGB 228 137 128 -
CMYK 0 0.40 0.44 0.11
HSL 5.4º 0.65% 0.7% -
HSV(B) 5.4º 0.44% 0.89% -
XYZ 44.84 35.94 25 -
YUV 163.18 108.15 174.23 -
System Red Green Blue C M Y K H S L
Decimal 228 137 128 0 0.40 0.44 0.11 5.4 0.65 0.7
Hex E4 89 80 0 28 2C B 5 41 46
Octal 344 211 200 0 50 54 13 5 101 106
Binary 11100100 10001001 10000000 0 101000 101100 1011 101 1000001 1000110

Color Harmonies of #E48980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48980

Black with #E48980

Text Example


Text Example

White with #E48980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48980; }

 p { color: rgb(228,137,128); }

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

background-color css

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

 a { background-color: rgb(228,137,128); }

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

border-color css

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

 span { border-color: rgb(228,137,128); }

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