Html Css Color HEX #E18A71 New York Pink

📋 copy color: '#E18A71'

red 225 ◦ green 138 ◦ blue 113

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

Shades of New York Pink #E18A71

Tints of New York Pink #E18A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.99%

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

R = 47.27%
G = 28.99%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E18A71 (or 0xE18A71) is known color: New York Pink. HEX triplet: E1, 8A and 71. RGB value is (225,138,113). Sum of RGB (Red+Green+Blue) = 225+138+113=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A71 is #1E758E. Grayscale: #A1A1A1. Windows color (decimal): -1996175 or 7441121. OLE color: 7441121.

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

Color convert

RGB 225 138 113 -
CMYK 0 0.39 0.50 0.12
HSL 13.39º 0.65% 0.66% -
HSV(B) 13.39º 0.5% 0.88% -
XYZ 43.12 35.38 20.18 -
YUV 161.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 225 138 113 0 0.39 0.50 0.12 13.39 0.65 0.66
Hex E1 8A 71 0 27 32 C D 41 42
Octal 341 212 161 0 47 62 14 15 101 102
Binary 11100001 10001010 1110001 0 100111 110010 1100 1101 1000001 1000010

Color Harmonies of #E18A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A71

Black with #E18A71

Text Example


Text Example

White with #E18A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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