Html Css Color HEX #E18372 New York Pink

📋 copy color: '#E18372'

red 225 ◦ green 131 ◦ blue 114

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

Shades of New York Pink #E18372

Tints of New York Pink #E18372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.87%

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

R = 47.87%
G = 27.87%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E18372 (or 0xE18372) is known color: New York Pink. HEX triplet: E1, 83 and 72. RGB value is (225,131,114). Sum of RGB (Red+Green+Blue) = 225+131+114=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E18372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18372 is #1E7C8D. Grayscale: #9D9D9D. Windows color (decimal): -1997966 or 7504865. OLE color: 7504865.

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

Color convert

RGB 225 131 114 -
CMYK 0 0.42 0.49 0.12
HSL 9.19º 0.65% 0.66% -
HSV(B) 9.19º 0.49% 0.88% -
XYZ 42.2 33.46 20.15 -
YUV 157.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 225 131 114 0 0.42 0.49 0.12 9.19 0.65 0.66
Hex E1 83 72 0 2A 31 C 9 41 42
Octal 341 203 162 0 52 61 14 11 101 102
Binary 11100001 10000011 1110010 0 101010 110001 1100 1001 1000001 1000010

Color Harmonies of #E18372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18372

Black with #E18372

Text Example


Text Example

White with #E18372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18372; }

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

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

background-color css

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

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

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

border-color css

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

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

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