Html Css Color HEX #E18270 New York Pink

📋 copy color: '#E18270'

red 225 ◦ green 130 ◦ blue 112

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

Shades of New York Pink #E18270

Tints of New York Pink #E18270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.84%

 BLUE value IS 112 (44.14% from 255) = 23.98%

R = 48.18%
G = 27.84%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E18270 (or 0xE18270) is known color: New York Pink. HEX triplet: E1, 82 and 70. RGB value is (225,130,112). Sum of RGB (Red+Green+Blue) = 225+130+112=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E18270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18270 is #1E7D8F. Grayscale: #9C9C9C. Windows color (decimal): -1998224 or 7373537. OLE color: 7373537.

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

Color convert

RGB 225 130 112 -
CMYK 0 0.42 0.50 0.12
HSL 9.56º 0.65% 0.66% -
HSV(B) 9.56º 0.5% 0.88% -
XYZ 41.96 33.14 19.51 -
YUV 156.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 225 130 112 0 0.42 0.50 0.12 9.56 0.65 0.66
Hex E1 82 70 0 2A 32 C A 41 42
Octal 341 202 160 0 52 62 14 12 101 102
Binary 11100001 10000010 1110000 0 101010 110010 1100 1010 1000001 1000010

Color Harmonies of #E18270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18270

Black with #E18270

Text Example


Text Example

White with #E18270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18270; }

 p { color: rgb(225,130,112); }

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

background-color css

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

 a { background-color: rgb(225,130,112); }

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

border-color css

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

 span { border-color: rgb(225,130,112); }

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