Html Css Color HEX #E18072 New York Pink

📋 copy color: '#E18072'

red 225 ◦ green 128 ◦ blue 114

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

Shades of New York Pink #E18072

Tints of New York Pink #E18072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.41%

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 48.18%
G = 27.41%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E18072 (or 0xE18072) is known color: New York Pink. HEX triplet: E1, 80 and 72. RGB value is (225,128,114). Sum of RGB (Red+Green+Blue) = 225+128+114=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E18072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18072 is #1E7F8D. Grayscale: #9B9B9B. Windows color (decimal): -1998734 or 7504097. OLE color: 7504097.

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

Color convert

RGB 225 128 114 -
CMYK 0 0.43 0.49 0.12
HSL 7.57º 0.65% 0.66% -
HSV(B) 7.57º 0.49% 0.88% -
XYZ 41.81 32.66 20.02 -
YUV 155.41 104.64 177.64 -
System Red Green Blue C M Y K H S L
Decimal 225 128 114 0 0.43 0.49 0.12 7.57 0.65 0.66
Hex E1 80 72 0 2B 31 C 8 41 42
Octal 341 200 162 0 53 61 14 10 101 102
Binary 11100001 10000000 1110010 0 101011 110001 1100 1000 1000001 1000010

Color Harmonies of #E18072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18072

Black with #E18072

Text Example


Text Example

White with #E18072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18072; }

 p { color: rgb(225,128,114); }

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

background-color css

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

 a { background-color: rgb(225,128,114); }

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

border-color css

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

 span { border-color: rgb(225,128,114); }

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