#E98269

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

Shades of New York Pink #E98269

Tints of New York Pink #E98269

Color information

#E98269 (or 0xE98269) is unknown color: approx New York Pink. HEX triplet: E9, 82 and 69. RGB value is (233,130,105). Sum of RGB (Red+Green+Blue) = 233+130+105=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E98269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98269 is #167D96. Grayscale: #9E9E9E. Windows color (decimal): -1473943 or 6914793. OLE color: 6914793.

HSL color Cylindrical-coordinate representation of color #E98269: hue angle of 11.72º 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 #E98269 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB233130105-
CMYK00.440.550.09
HSL11.72º74.42%66.27%-
HSV(B)11.72º54.94%91.37%-
XYZ44.1434.3117.66-
YUV157.9598.12181.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.79%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=49.79%
G=27.78%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313010500.440.550.0911.7274.4266.27
HexE9826902C379c4a42
Octal351202151054671114112102
Binary1110100110000010110100101011001101111001110010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98269; }

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

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

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

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

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

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

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

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