Html Css Color HEX #E18C71 New York Pink

📋 copy color: '#E18C71'

red 225 ◦ green 140 ◦ blue 113

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

Shades of New York Pink #E18C71

Tints of New York Pink #E18C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.29%

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

R = 47.07%
G = 29.29%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E18C71 (or 0xE18C71) is known color: New York Pink. HEX triplet: E1, 8C and 71. RGB value is (225,140,113). Sum of RGB (Red+Green+Blue) = 225+140+113=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C71 is #1E738E. Grayscale: #A2A2A2. Windows color (decimal): -1995663 or 7441633. OLE color: 7441633.

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

Color convert

RGB 225 140 113 -
CMYK 0 0.38 0.50 0.12
HSL 14.46º 0.65% 0.66% -
HSV(B) 14.46º 0.5% 0.88% -
XYZ 43.41 35.96 20.28 -
YUV 162.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 225 140 113 0 0.38 0.50 0.12 14.46 0.65 0.66
Hex E1 8C 71 0 26 32 C E 41 42
Octal 341 214 161 0 46 62 14 16 101 102
Binary 11100001 10001100 1110001 0 100110 110010 1100 1110 1000001 1000010

Color Harmonies of #E18C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C71

Black with #E18C71

Text Example


Text Example

White with #E18C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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