Html Css Color HEX #E08972 New York Pink

📋 copy color: '#E08972'

red 224 ◦ green 137 ◦ blue 114

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

Shades of New York Pink #E08972

Tints of New York Pink #E08972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.84%

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

R = 47.16%
G = 28.84%
B = 24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E08972 (or 0xE08972) is known color: New York Pink. HEX triplet: E0, 89 and 72. RGB value is (224,137,114). Sum of RGB (Red+Green+Blue) = 224+137+114=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E08972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08972 is #1F768D. Grayscale: #A0A0A0. Windows color (decimal): -2061966 or 7506400. OLE color: 7506400.

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

Color convert

RGB 224 137 114 -
CMYK 0 0.39 0.49 0.12
HSL 12.55º 0.64% 0.66% -
HSV(B) 12.55º 0.49% 0.88% -
XYZ 42.72 34.95 20.41 -
YUV 160.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 224 137 114 0 0.39 0.49 0.12 12.55 0.64 0.66
Hex E0 89 72 0 27 31 C D 40 42
Octal 340 211 162 0 47 61 14 15 100 102
Binary 11100000 10001001 1110010 0 100111 110001 1100 1101 1000000 1000010

Color Harmonies of #E08972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08972

Black with #E08972

Text Example


Text Example

White with #E08972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08972; }

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

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

background-color css

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

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

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

border-color css

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

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

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