Html Css Color HEX #E28971 New York Pink

📋 copy color: '#E28971'

red 226 ◦ green 137 ◦ blue 113

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

Shades of New York Pink #E28971

Tints of New York Pink #E28971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.78%

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

R = 47.48%
G = 28.78%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E28971 (or 0xE28971) is known color: New York Pink. HEX triplet: E2, 89 and 71. RGB value is (226,137,113). Sum of RGB (Red+Green+Blue) = 226+137+113=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E28971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28971 is #1D768E. Grayscale: #A1A1A1. Windows color (decimal): -1930895 or 7440866. OLE color: 7440866.

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

Color convert

RGB 226 137 113 -
CMYK 0 0.39 0.5 0.11
HSL 12.74º 0.66% 0.66% -
HSV(B) 12.74º 0.5% 0.89% -
XYZ 43.29 35.25 20.15 -
YUV 160.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 226 137 113 0 0.39 0.5 0.11 12.74 0.66 0.66
Hex E2 89 71 0 27 32 B D 42 42
Octal 342 211 161 0 47 62 13 15 102 102
Binary 11100010 10001001 1110001 0 100111 110010 1011 1101 1000010 1000010

Color Harmonies of #E28971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28971

Black with #E28971

Text Example


Text Example

White with #E28971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28971; }

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

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

background-color css

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

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

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

border-color css

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

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

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