#E98069

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

Shades of New York Pink #E98069

Tints of New York Pink #E98069

Color information

#E98069 (or 0xE98069) is unknown color: approx New York Pink. HEX triplet: E9, 80 and 69. RGB value is (233,128,105). Sum of RGB (Red+Green+Blue) = 233+128+105=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E98069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98069 is #167F96. Grayscale: #9C9C9C. Windows color (decimal): -1474455 or 6914281. OLE color: 6914281.

HSL color Cylindrical-coordinate representation of color #E98069: hue angle of 10.78º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E98069 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB233128105-
CMYK00.450.550.09
HSL10.78º74.42%66.27%-
HSV(B)10.78º54.94%91.37%-
XYZ43.8733.7817.57-
YUV156.7798.79182.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 105 (41.41% from 255) = 22.53%
R=50%
G=27.47%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312810500.450.550.0910.7874.4266.27
HexE9806902D379b4a42
Octal351200151055671113112102
Binary1110100110000000110100101011011101111001101110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98069; }

 p { color: rgb(233,128,105); }

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

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

 a { background-color: rgb(233,128,105); }

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

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

 span { border-color: rgb(233,128,105); }

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