Html Css Color HEX #E08281 Sea Pink

📋 copy color: '#E08281'

red 224 ◦ green 130 ◦ blue 129

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

Shades of Sea Pink #E08281

Tints of Sea Pink #E08281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.71%

R = 46.38%
G = 26.92%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E08281 (or 0xE08281) is known color: Sea Pink. HEX triplet: E0, 82 and 81. RGB value is (224,130,129). Sum of RGB (Red+Green+Blue) = 224+130+129=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E08281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08281 is #1F7D7E. Grayscale: #9E9E9E. Windows color (decimal): -2063743 or 8487648. OLE color: 8487648.

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

Color convert

RGB 224 130 129 -
CMYK 0 0.42 0.42 0.12
HSL 0.63º 0.61% 0.69% -
HSV(B) 0.63º 0.42% 0.88% -
XYZ 42.69 33.4 24.97 -
YUV 157.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 224 130 129 0 0.42 0.42 0.12 0.63 0.61 0.69
Hex E0 82 81 0 2A 2A C 1 3D 45
Octal 340 202 201 0 52 52 14 1 75 105
Binary 11100000 10000010 10000001 0 101010 101010 1100 1 111101 1000101

Color Harmonies of #E08281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08281

Black with #E08281

Text Example


Text Example

White with #E08281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08281; }

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

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

background-color css

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

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

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

border-color css

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

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

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