#E08169

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

Shades of New York Pink #E08169

Tints of New York Pink #E08169

Color information

#E08169 (or 0xE08169) is unknown color: approx New York Pink. HEX triplet: E0, 81 and 69. RGB value is (224,129,105). Sum of RGB (Red+Green+Blue) = 224+129+105=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E08169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08169 is #1F7E96. Grayscale: #9A9A9A. Windows color (decimal): -2064023 or 6914528. OLE color: 6914528.

HSL color Cylindrical-coordinate representation of color #E08169: hue angle of 12.1º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E08169 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB224129105-
CMYK00.420.530.12
HSL12.1º65.75%64.51%-
HSV(B)12.1º53.12%87.84%-
XYZ41.1432.5717.48-
YUV154.6799.97177.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.91%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 105 (41.41% from 255) = 22.93%
R=48.91%
G=28.17%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412910500.420.530.1212.165.7564.51
HexE0816902A35Cc4241
Octal340201151052651414102101
Binary1110000010000001110100101010101101011100110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08169; }

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

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

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

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

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

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

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

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