Html Css Color HEX #E18471 New York Pink

📋 copy color: '#E18471'

red 225 ◦ green 132 ◦ blue 113

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

Shades of New York Pink #E18471

Tints of New York Pink #E18471

RGB

 RED value IS 225 (88.28% from 255) = 47.87%

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

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

R = 47.87%
G = 28.09%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E18471 (or 0xE18471) is known color: New York Pink. HEX triplet: E1, 84 and 71. RGB value is (225,132,113). Sum of RGB (Red+Green+Blue) = 225+132+113=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E18471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18471 is #1E7B8E. Grayscale: #9D9D9D. Windows color (decimal): -1997711 or 7439585. OLE color: 7439585.

HSL color Cylindrical-coordinate representation of color #E18471: hue angle of 10.18º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E18471 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 132 113 -
CMYK 0 0.41 0.50 0.12
HSL 10.18º 0.65% 0.66% -
HSV(B) 10.18º 0.5% 0.88% -
XYZ 42.28 33.7 19.9 -
YUV 157.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 225 132 113 0 0.41 0.50 0.12 10.18 0.65 0.66
Hex E1 84 71 0 29 32 C A 41 42
Octal 341 204 161 0 51 62 14 12 101 102
Binary 11100001 10000100 1110001 0 101001 110010 1100 1010 1000001 1000010

Color Harmonies of #E18471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18471

Black with #E18471

Text Example


Text Example

White with #E18471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18471; }

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

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

background-color css

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

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

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

border-color css

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

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

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