Html Css Color HEX #E08280 Sea Pink

📋 copy color: '#E08280'

red 224 ◦ green 130 ◦ blue 128

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

Shades of Sea Pink #E08280

Tints of Sea Pink #E08280

RGB

 RED value IS 224 (87.89% from 255) = 46.47%

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

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

R = 46.47%
G = 26.97%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E08280 (or 0xE08280) is known color: Sea Pink. HEX triplet: E0, 82 and 80. RGB value is (224,130,128). Sum of RGB (Red+Green+Blue) = 224+130+128=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E08280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08280 is #1F7D7F. Grayscale: #9D9D9D. Windows color (decimal): -2063744 or 8422112. OLE color: 8422112.

HSL color Cylindrical-coordinate representation of color #E08280: hue angle of 1.25º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E08280 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 130 128 -
CMYK 0 0.42 0.43 0.12
HSL 1.25º 0.61% 0.69% -
HSV(B) 1.25º 0.43% 0.88% -
XYZ 42.62 33.37 24.62 -
YUV 157.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 224 130 128 0 0.42 0.43 0.12 1.25 0.61 0.69
Hex E0 82 80 0 2A 2B C 1 3D 45
Octal 340 202 200 0 52 53 14 1 75 105
Binary 11100000 10000010 10000000 0 101010 101011 1100 1 111101 1000101

Color Harmonies of #E08280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08280

Black with #E08280

Text Example


Text Example

White with #E08280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08280; }

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

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

background-color css

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

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

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

border-color css

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

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

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