Html Css Color HEX #E08970 New York Pink

📋 copy color: '#E08970'

red 224 ◦ green 137 ◦ blue 112

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

Shades of New York Pink #E08970

Tints of New York Pink #E08970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 47.36%
G = 28.96%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E08970 (or 0xE08970) is known color: New York Pink. HEX triplet: E0, 89 and 70. RGB value is (224,137,112). Sum of RGB (Red+Green+Blue) = 224+137+112=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E08970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08970 is #1F768F. Grayscale: #A0A0A0. Windows color (decimal): -2061968 or 7375328. OLE color: 7375328.

HSL color Cylindrical-coordinate representation of color #E08970: hue angle of 13.39º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E08970 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 137 112 -
CMYK 0 0.39 0.50 0.12
HSL 13.39º 0.64% 0.66% -
HSV(B) 13.39º 0.5% 0.88% -
XYZ 42.61 34.91 19.82 -
YUV 160.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 224 137 112 0 0.39 0.50 0.12 13.39 0.64 0.66
Hex E0 89 70 0 27 32 C D 40 42
Octal 340 211 160 0 47 62 14 15 100 102
Binary 11100000 10001001 1110000 0 100111 110010 1100 1101 1000000 1000010

Color Harmonies of #E08970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08970

Black with #E08970

Text Example


Text Example

White with #E08970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08970; }

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

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

background-color css

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

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

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

border-color css

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

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

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