Html Css Color HEX #E28171 New York Pink

📋 copy color: '#E28171'

red 226 ◦ green 129 ◦ blue 113

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

Shades of New York Pink #E28171

Tints of New York Pink #E28171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.56%

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

R = 48.29%
G = 27.56%
B = 24.15%

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

#E28171 (or 0xE28171) is known color: New York Pink. HEX triplet: E2, 81 and 71. RGB value is (226,129,113). Sum of RGB (Red+Green+Blue) = 226+129+113=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E28171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28171 is #1D7E8E. Grayscale: #9C9C9C. Windows color (decimal): -1932943 or 7438818. OLE color: 7438818.

HSL color Cylindrical-coordinate representation of color #E28171: hue angle of 8.5º 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 #E28171 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 129 113 -
CMYK 0 0.43 0.5 0.11
HSL 8.5º 0.66% 0.66% -
HSV(B) 8.5º 0.5% 0.89% -
XYZ 42.19 33.06 19.78 -
YUV 156.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 226 129 113 0 0.43 0.5 0.11 8.5 0.66 0.66
Hex E2 81 71 0 2B 32 B 8 42 42
Octal 342 201 161 0 53 62 13 10 102 102
Binary 11100010 10000001 1110001 0 101011 110010 1011 1000 1000010 1000010

Color Harmonies of #E28171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28171

Black with #E28171

Text Example


Text Example

White with #E28171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28171; }

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

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

background-color css

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

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

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

border-color css

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

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

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