Html Css Color HEX #E08380 Sea Pink

📋 copy color: '#E08380'

red 224 ◦ green 131 ◦ blue 128

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

Shades of Sea Pink #E08380

Tints of Sea Pink #E08380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.12%

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

R = 46.38%
G = 27.12%
B = 26.5%

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

#E08380 (or 0xE08380) is known color: Sea Pink. HEX triplet: E0, 83 and 80. RGB value is (224,131,128). Sum of RGB (Red+Green+Blue) = 224+131+128=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E08380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08380 is #1F7C7F. Grayscale: #9E9E9E. Windows color (decimal): -2063488 or 8422368. OLE color: 8422368.

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

Color convert

RGB 224 131 128 -
CMYK 0 0.42 0.43 0.12
HSL 1.88º 0.61% 0.69% -
HSV(B) 1.88º 0.43% 0.88% -
XYZ 42.75 33.64 24.66 -
YUV 158.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 224 131 128 0 0.42 0.43 0.12 1.88 0.61 0.69
Hex E0 83 80 0 2A 2B C 2 3D 45
Octal 340 203 200 0 52 53 14 2 75 105
Binary 11100000 10000011 10000000 0 101010 101011 1100 10 111101 1000101

Color Harmonies of #E08380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08380

Black with #E08380

Text Example


Text Example

White with #E08380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08380; }

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

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

background-color css

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

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

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

border-color css

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

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

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