#E98875

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

Shades of New York Pink #E98875

Tints of New York Pink #E98875

Color information

#E98875 (or 0xE98875) is unknown color: approx New York Pink. HEX triplet: E9, 88 and 75. RGB value is (233,136,117). Sum of RGB (Red+Green+Blue) = 233+136+117=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E98875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98875 is #16778A. Grayscale: #A3A3A3. Windows color (decimal): -1472395 or 7702761. OLE color: 7702761.

HSL color Cylindrical-coordinate representation of color #E98875: hue angle of 9.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E98875 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB233136117-
CMYK00.420.500.09
HSL9.83º72.5%68.63%-
HSV(B)9.83º49.79%91.37%-
XYZ45.6236.2221.42-
YUV162.84102.14178.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.94%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 117 (46.09% from 255) = 24.07%
R=47.94%
G=27.98%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313611700.420.500.099.8372.568.63
HexE9887502A329a4845
Octal351210165052621112110105
Binary1110100110001000111010101010101100101001101010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98875; }

 p { color: rgb(233,136,117); }

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

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

 a { background-color: rgb(233,136,117); }

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

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

 span { border-color: rgb(233,136,117); }

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