Html Css Color HEX #E18671 New York Pink

📋 copy color: '#E18671'

red 225 ◦ green 134 ◦ blue 113

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

Shades of New York Pink #E18671

Tints of New York Pink #E18671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.39%

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

R = 47.67%
G = 28.39%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E18671 (or 0xE18671) is known color: New York Pink. HEX triplet: E1, 86 and 71. RGB value is (225,134,113). Sum of RGB (Red+Green+Blue) = 225+134+113=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E18671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18671 is #1E798E. Grayscale: #9E9E9E. Windows color (decimal): -1997199 or 7440097. OLE color: 7440097.

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

Color convert

RGB 225 134 113 -
CMYK 0 0.40 0.50 0.12
HSL 11.25º 0.65% 0.66% -
HSV(B) 11.25º 0.5% 0.88% -
XYZ 42.56 34.25 19.99 -
YUV 158.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 225 134 113 0 0.40 0.50 0.12 11.25 0.65 0.66
Hex E1 86 71 0 28 32 C B 41 42
Octal 341 206 161 0 50 62 14 13 101 102
Binary 11100001 10000110 1110001 0 101000 110010 1100 1011 1000001 1000010

Color Harmonies of #E18671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18671

Black with #E18671

Text Example


Text Example

White with #E18671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18671; }

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

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

background-color css

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

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

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

border-color css

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

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

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