#E08076

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

Shades of New York Pink #E08076

Tints of New York Pink #E08076

Color information

#E08076 (or 0xE08076) is unknown color: approx New York Pink. HEX triplet: E0, 80 and 76. RGB value is (224,128,118). Sum of RGB (Red+Green+Blue) = 224+128+118=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E08076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08076 is #1F7F89. Grayscale: #9B9B9B. Windows color (decimal): -2064266 or 7766240. OLE color: 7766240.

HSL color Cylindrical-coordinate representation of color #E08076: hue angle of 5.66º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E08076 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB224128118-
CMYK00.430.470.12
HSL5.66º63.1%67.06%-
HSV(B)5.66º47.32%87.84%-
XYZ41.7332.5921.23-
YUV155.56106.8176.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.66%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=47.66%
G=27.23%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412811800.430.470.125.6663.167.06
HexE0807602B2FC63f43
Octal3402001660535714677103
Binary11100000100000001110110010101110111111001101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08076; }

 p { color: rgb(224,128,118); }

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

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

 a { background-color: rgb(224,128,118); }

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

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

 span { border-color: rgb(224,128,118); }

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