#E98066

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

Shades of New York Pink #E98066

Tints of New York Pink #E98066

Color information

#E98066 (or 0xE98066) is unknown color: approx New York Pink. HEX triplet: E9, 80 and 66. RGB value is (233,128,102). Sum of RGB (Red+Green+Blue) = 233+128+102=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E98066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98066 is #167F99. Grayscale: #9C9C9C. Windows color (decimal): -1474458 or 6717673. OLE color: 6717673.

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

Color convert

RGB233128102-
CMYK00.450.560.09
HSL11.91º74.86%65.69%-
HSV(B)11.91º56.22%91.37%-
XYZ43.7233.7216.77-
YUV156.4397.29182.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.32%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=50.32%
G=27.65%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312810200.450.560.0911.9174.8665.69
HexE9806602D389c4b42
Octal351200146055701114113102
Binary1110100110000000110011001011011110001001110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98066; }

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

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

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

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

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

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

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

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