Html Css Color HEX #E28071 New York Pink

📋 copy color: '#E28071'

red 226 ◦ green 128 ◦ blue 113

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

Shades of New York Pink #E28071

Tints of New York Pink #E28071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.2%

R = 48.39%
G = 27.41%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E28071 (or 0xE28071) is known color: New York Pink. HEX triplet: E2, 80 and 71. RGB value is (226,128,113). Sum of RGB (Red+Green+Blue) = 226+128+113=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E28071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28071 is #1D7F8E. Grayscale: #9B9B9B. Windows color (decimal): -1933199 or 7438562. OLE color: 7438562.

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

Color convert

RGB 226 128 113 -
CMYK 0 0.43 0.5 0.11
HSL 7.96º 0.66% 0.66% -
HSV(B) 7.96º 0.5% 0.89% -
XYZ 42.06 32.8 19.74 -
YUV 155.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 226 128 113 0 0.43 0.5 0.11 7.96 0.66 0.66
Hex E2 80 71 0 2B 32 B 8 42 42
Octal 342 200 161 0 53 62 13 10 102 102
Binary 11100010 10000000 1110001 0 101011 110010 1011 1000 1000010 1000010

Color Harmonies of #E28071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28071

Black with #E28071

Text Example


Text Example

White with #E28071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28071; }

 p { color: rgb(226,128,113); }

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

background-color css

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

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

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

border-color css

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

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

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