Html Css Color HEX #E28471 New York Pink

📋 copy color: '#E28471'

red 226 ◦ green 132 ◦ blue 113

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

Shades of New York Pink #E28471

Tints of New York Pink #E28471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.03%

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

R = 47.98%
G = 28.03%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E28471 (or 0xE28471) is known color: New York Pink. HEX triplet: E2, 84 and 71. RGB value is (226,132,113). Sum of RGB (Red+Green+Blue) = 226+132+113=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E28471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28471 is #1D7B8E. Grayscale: #9E9E9E. Windows color (decimal): -1932175 or 7439586. OLE color: 7439586.

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

Color convert

RGB 226 132 113 -
CMYK 0 0.42 0.5 0.11
HSL 10.09º 0.66% 0.66% -
HSV(B) 10.09º 0.5% 0.89% -
XYZ 42.6 33.86 19.91 -
YUV 157.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 226 132 113 0 0.42 0.5 0.11 10.09 0.66 0.66
Hex E2 84 71 0 2A 32 B A 42 42
Octal 342 204 161 0 52 62 13 12 102 102
Binary 11100010 10000100 1110001 0 101010 110010 1011 1010 1000010 1000010

Color Harmonies of #E28471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28471

Black with #E28471

Text Example


Text Example

White with #E28471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28471; }

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

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

background-color css

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

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

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

border-color css

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

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

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