#e08d79

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

Shades of New York Pink #E08D79

Tints of New York Pink #E08D79

Color information

#E08D79 (or 0xE08D79) is unknown color: approx New York Pink. HEX triplet: E0, 8D and 79. RGB value is (224,141,121). Sum of RGB (Red+Green+Blue) = 224+141+121=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08D79 is #1F7286. Grayscale: #A3A3A3. Windows color (decimal): -2060935 or 7966176. OLE color: 7966176.

HSL color Cylindrical-coordinate representation of color #E08D79: hue angle of 11.65º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E08D79 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224141121-
CMYK00.370.460.12
HSL11.65º62.42%67.65%-
HSV(B)11.65º45.98%87.84%-
XYZ43.7236.2822.79-
YUV163.54104171.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 121 (47.66% from 255) = 24.90%
R=46.09%
G=29.01%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414112100.370.460.1211.6562.4267.65
HexE08D790252ECc3e44
Octal34021517104556141476104
Binary111000001000110111110010100101101110110011001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e08d79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e08d79; }

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

 H1.HeaderClassName
 {
   color: #e08d79;
 }
 .AnyTagClassName
 {
   color: #e08d79;
 }
</style>
background-color css

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

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

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

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

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

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