#e08170

Color #E08170 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #E08170

Tints of New York Pink #E08170

Color information

#E08170 (or 0xE08170) is unknown color: approx 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

RGB224129112-
CMYK00.420.500.12
HSL9.11º64.37%65.88%-
HSV(B)9.11º50%87.84%-
XYZ41.5232.7219.46-
YUV155.47103.47176.88-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412911200.420.500.129.1164.3765.88
HexE0817002A32C94042
Octal340201160052621411100102
Binary1110000010000001111000001010101100101100100110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e08170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>