#E98870

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

Shades of New York Pink #E98870

Tints of New York Pink #E98870

Color information

#E98870 (or 0xE98870) is unknown color: approx New York Pink. HEX triplet: E9, 88 and 70. RGB value is (233,136,112). Sum of RGB (Red+Green+Blue) = 233+136+112=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E98870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98870 is #16778F. Grayscale: #A2A2A2. Windows color (decimal): -1472400 or 7375081. OLE color: 7375081.

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

Color convert

RGB233136112-
CMYK00.420.520.09
HSL11.9º73.33%67.65%-
HSV(B)11.9º51.93%91.37%-
XYZ45.3336.119.91-
YUV162.2799.64178.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.44%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 112 (44.14% from 255) = 23.28%
R=48.44%
G=28.27%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313611200.420.520.0911.973.3367.65
HexE9887002A349c4944
Octal351210160052641114111104
Binary1110100110001000111000001010101101001001110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98870; }

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

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

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

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

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

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

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

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