Html Css Color HEX #E08D72 New York Pink

📋 copy color: '#E08D72'

red 224 ◦ green 141 ◦ blue 114

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

Shades of New York Pink #E08D72

Tints of New York Pink #E08D72

RGB

 RED value IS 224 (87.89% from 255) = 46.76%

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

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

R = 46.76%
G = 29.44%
B = 23.8%

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

#E08D72 (or 0xE08D72) is known color: New York Pink. HEX triplet: E0, 8D and 72. RGB value is (224,141,114). Sum of RGB (Red+Green+Blue) = 224+141+114=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08D72 is #1F728D. Grayscale: #A2A2A2. Windows color (decimal): -2060942 or 7507424. OLE color: 7507424.

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

Color convert

RGB 224 141 114 -
CMYK 0 0.37 0.49 0.12
HSL 14.73º 0.64% 0.66% -
HSV(B) 14.73º 0.49% 0.88% -
XYZ 43.3 36.11 20.61 -
YUV 162.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 224 141 114 0 0.37 0.49 0.12 14.73 0.64 0.66
Hex E0 8D 72 0 25 31 C F 40 42
Octal 340 215 162 0 45 61 14 17 100 102
Binary 11100000 10001101 1110010 0 100101 110001 1100 1111 1000000 1000010

Color Harmonies of #E08D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D72

Black with #E08D72

Text Example


Text Example

White with #E08D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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