#E98574

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

Shades of New York Pink #E98574

Tints of New York Pink #E98574

Color information

#E98574 (or 0xE98574) is unknown color: approx New York Pink. HEX triplet: E9, 85 and 74. RGB value is (233,133,116). Sum of RGB (Red+Green+Blue) = 233+133+116=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E98574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98574 is #167A8B. Grayscale: #A1A1A1. Windows color (decimal): -1473164 or 7636457. OLE color: 7636457.

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

Color convert

RGB233133116-
CMYK00.430.500.09
HSL8.72º72.67%68.43%-
HSV(B)8.72º50.21%91.37%-
XYZ45.1435.3620.97-
YUV160.96102.63179.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.34%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=48.34%
G=27.59%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313311600.430.500.098.7272.6768.43
HexE9857402B32994944
Octal351205164053621111111104
Binary1110100110000101111010001010111100101001100110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98574; }

 p { color: rgb(233,133,116); }

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

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

 a { background-color: rgb(233,133,116); }

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

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

 span { border-color: rgb(233,133,116); }

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