Html Css Color HEX #E0807D Sea Pink

📋 copy color: '#E0807D'

red 224 ◦ green 128 ◦ blue 125

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

Shades of Sea Pink #E0807D

Tints of Sea Pink #E0807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.21%

R = 46.96%
G = 26.83%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0807D (or 0xE0807D) is known color: Sea Pink. HEX triplet: E0, 80 and 7D. RGB value is (224,128,125). Sum of RGB (Red+Green+Blue) = 224+128+125=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0807D is #1F7F82. Grayscale: #9C9C9C. Windows color (decimal): -2064259 or 8224992. OLE color: 8224992.

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

Color convert

RGB 224 128 125 -
CMYK 0 0.43 0.44 0.12
HSL 1.82º 0.61% 0.68% -
HSV(B) 1.82º 0.44% 0.88% -
XYZ 42.16 32.77 23.5 -
YUV 156.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 224 128 125 0 0.43 0.44 0.12 1.82 0.61 0.68
Hex E0 80 7D 0 2B 2C C 2 3D 44
Octal 340 200 175 0 53 54 14 2 75 104
Binary 11100000 10000000 1111101 0 101011 101100 1100 10 111101 1000100

Color Harmonies of #E0807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0807D

Black with #E0807D

Text Example


Text Example

White with #E0807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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