Html Css Color HEX #E0807C Sea Pink

📋 copy color: '#E0807C'

red 224 ◦ green 128 ◦ blue 124

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

Shades of Sea Pink #E0807C

Tints of Sea Pink #E0807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.89%

 BLUE value IS 124 (48.83% from 255) = 26.05%

R = 47.06%
G = 26.89%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0807C (or 0xE0807C) is known color: Sea Pink. HEX triplet: E0, 80 and 7C. RGB value is (224,128,124). Sum of RGB (Red+Green+Blue) = 224+128+124=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E0807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0807C is #1F7F83. Grayscale: #9C9C9C. Windows color (decimal): -2064260 or 8159456. OLE color: 8159456.

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

Color convert

RGB 224 128 124 -
CMYK 0 0.43 0.45 0.12
HSL 2.4º 0.62% 0.68% -
HSV(B) 2.4º 0.45% 0.88% -
XYZ 42.1 32.74 23.17 -
YUV 156.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 224 128 124 0 0.43 0.45 0.12 2.4 0.62 0.68
Hex E0 80 7C 0 2B 2D C 2 3E 44
Octal 340 200 174 0 53 55 14 2 76 104
Binary 11100000 10000000 1111100 0 101011 101101 1100 10 111110 1000100

Color Harmonies of #E0807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0807C

Black with #E0807C

Text Example


Text Example

White with #E0807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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