Html Css Color HEX #E18D72 New York Pink

📋 copy color: '#E18D72'

red 225 ◦ green 141 ◦ blue 114

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

Shades of New York Pink #E18D72

Tints of New York Pink #E18D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.38%

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

R = 46.88%
G = 29.38%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E18D72 (or 0xE18D72) is known color: New York Pink. HEX triplet: E1, 8D and 72. RGB value is (225,141,114). Sum of RGB (Red+Green+Blue) = 225+141+114=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D72 is #1E728D. Grayscale: #A3A3A3. Windows color (decimal): -1995406 or 7507425. OLE color: 7507425.

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

Color convert

RGB 225 141 114 -
CMYK 0 0.37 0.49 0.12
HSL 14.59º 0.65% 0.66% -
HSV(B) 14.59º 0.49% 0.88% -
XYZ 43.61 36.27 20.62 -
YUV 163.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 225 141 114 0 0.37 0.49 0.12 14.59 0.65 0.66
Hex E1 8D 72 0 25 31 C F 41 42
Octal 341 215 162 0 45 61 14 17 101 102
Binary 11100001 10001101 1110010 0 100101 110001 1100 1111 1000001 1000010

Color Harmonies of #E18D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18D72

Black with #E18D72

Text Example


Text Example

White with #E18D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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