Html Css Color HEX #E48580 Sea Pink

📋 copy color: '#E48580'

red 228 ◦ green 133 ◦ blue 128

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

Shades of Sea Pink #E48580

Tints of Sea Pink #E48580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.2%

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

R = 46.63%
G = 27.2%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E48580 (or 0xE48580) is known color: Sea Pink. HEX triplet: E4, 85 and 80. RGB value is (228,133,128). Sum of RGB (Red+Green+Blue) = 228+133+128=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E48580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48580 is #1B7A7F. Grayscale: #A0A0A0. Windows color (decimal): -1800832 or 8422884. OLE color: 8422884.

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

Color convert

RGB 228 133 128 -
CMYK 0 0.42 0.44 0.11
HSL 0.65% 0.7% -
HSV(B) 0.44% 0.89% -
XYZ 44.28 34.83 24.81 -
YUV 160.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 228 133 128 0 0.42 0.44 0.11 3 0.65 0.7
Hex E4 85 80 0 2A 2C B 3 41 46
Octal 344 205 200 0 52 54 13 3 101 106
Binary 11100100 10000101 10000000 0 101010 101100 1011 11 1000001 1000110

Color Harmonies of #E48580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48580

Black with #E48580

Text Example


Text Example

White with #E48580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48580; }

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

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

background-color css

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

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

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

border-color css

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

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

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