Html Css Color HEX #E08282 Sea Pink

📋 copy color: '#E08282'

red 224 ◦ green 130 ◦ blue 130

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

Shades of Sea Pink #E08282

Tints of Sea Pink #E08282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 46.28%
G = 26.86%
B = 26.86%

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

#E08282 (or 0xE08282) is known color: Sea Pink. HEX triplet: E0, 82 and 82. RGB value is (224,130,130). Sum of RGB (Red+Green+Blue) = 224+130+130=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E08282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08282 is #1F7D7D. Grayscale: #9E9E9E. Windows color (decimal): -2063742 or 8553184. OLE color: 8553184.

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

Color convert

RGB 224 130 130 -
CMYK 0 0.42 0.42 0.12
HSL 0.6% 0.69% -
HSV(B) 0.42% 0.88% -
XYZ 42.75 33.42 25.32 -
YUV 158.11 112.14 175 -
System Red Green Blue C M Y K H S L
Decimal 224 130 130 0 0.42 0.42 0.12 0 0.6 0.69
Hex E0 82 82 0 2A 2A C 0 3C 45
Octal 340 202 202 0 52 52 14 0 74 105
Binary 11100000 10000010 10000010 0 101010 101010 1100 0 111100 1000101

Color Harmonies of #E08282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08282

Black with #E08282

Text Example


Text Example

White with #E08282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08282; }

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

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

background-color css

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

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

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

border-color css

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

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

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