Html Css Color HEX #E58280 Sea Pink

📋 copy color: '#E58280'

red 229 ◦ green 130 ◦ blue 128

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

Shades of Sea Pink #E58280

Tints of Sea Pink #E58280

RGB

 RED value IS 229 (89.84% from 255) = 47.02%

 GREEN value IS 130 (51.17% from 255) = 26.69%

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

R = 47.02%
G = 26.69%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E58280 (or 0xE58280) is known color: Sea Pink. HEX triplet: E5, 82 and 80. RGB value is (229,130,128). Sum of RGB (Red+Green+Blue) = 229+130+128=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E58280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58280 is #1A7D7F. Grayscale: #9F9F9F. Windows color (decimal): -1736064 or 8422117. OLE color: 8422117.

HSL color Cylindrical-coordinate representation of color #E58280: hue angle of 1.19º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E58280 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 130 128 -
CMYK 0 0.43 0.44 0.10
HSL 1.19º 0.66% 0.7% -
HSV(B) 1.19º 0.44% 0.9% -
XYZ 44.19 34.18 24.69 -
YUV 159.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 229 130 128 0 0.43 0.44 0.10 1.19 0.66 0.7
Hex E5 82 80 0 2B 2C A 1 42 46
Octal 345 202 200 0 53 54 12 1 102 106
Binary 11100101 10000010 10000000 0 101011 101100 1010 1 1000010 1000110

Color Harmonies of #E58280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58280

Black with #E58280

Text Example


Text Example

White with #E58280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58280; }

 p { color: rgb(229,130,128); }

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

background-color css

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

 a { background-color: rgb(229,130,128); }

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

border-color css

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

 span { border-color: rgb(229,130,128); }

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