Html Css Color HEX #E28282 Sea Pink

📋 copy color: '#E28282'

red 226 ◦ green 130 ◦ blue 130

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

Shades of Sea Pink #E28282

Tints of Sea Pink #E28282

RGB

 RED value IS 226 (88.67% from 255) = 46.5%

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

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

R = 46.5%
G = 26.75%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E28282 (or 0xE28282) is known color: Sea Pink. HEX triplet: E2, 82 and 82. RGB value is (226,130,130). Sum of RGB (Red+Green+Blue) = 226+130+130=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E28282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28282 is #1D7D7D. Grayscale: #9E9E9E. Windows color (decimal): -1932670 or 8553186. OLE color: 8553186.

HSL color Cylindrical-coordinate representation of color #E28282: hue angle of 0º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E28282 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 130 130 -
CMYK 0 0.42 0.42 0.11
HSL 0.62% 0.7% -
HSV(B) 0.42% 0.89% -
XYZ 43.38 33.75 25.35 -
YUV 158.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 226 130 130 0 0.42 0.42 0.11 0 0.62 0.7
Hex E2 82 82 0 2A 2A B 0 3E 46
Octal 342 202 202 0 52 52 13 0 76 106
Binary 11100010 10000010 10000010 0 101010 101010 1011 0 111110 1000110

Color Harmonies of #E28282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28282

Black with #E28282

Text Example


Text Example

White with #E28282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28282; }

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

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

background-color css

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

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

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

border-color css

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

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

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