Html Css Color HEX #E08170 New York Pink

📋 copy color: '#E08170'

red 224 ◦ green 129 ◦ blue 112

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

Shades of New York Pink #E08170

Tints of New York Pink #E08170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.74%

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

R = 48.17%
G = 27.74%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E08170 (or 0xE08170) is known color: New York Pink. HEX triplet: E0, 81 and 70. RGB value is (224,129,112). Sum of RGB (Red+Green+Blue) = 224+129+112=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E08170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08170 is #1F7E8F. Grayscale: #9B9B9B. Windows color (decimal): -2064016 or 7373280. OLE color: 7373280.

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

Color convert

RGB 224 129 112 -
CMYK 0 0.42 0.50 0.12
HSL 9.11º 0.64% 0.66% -
HSV(B) 9.11º 0.5% 0.88% -
XYZ 41.52 32.72 19.46 -
YUV 155.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 224 129 112 0 0.42 0.50 0.12 9.11 0.64 0.66
Hex E0 81 70 0 2A 32 C 9 40 42
Octal 340 201 160 0 52 62 14 11 100 102
Binary 11100000 10000001 1110000 0 101010 110010 1100 1001 1000000 1000010

Color Harmonies of #E08170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08170

Black with #E08170

Text Example


Text Example

White with #E08170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08170; }

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

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

background-color css

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

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

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

border-color css

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

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

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