#E98670

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

Shades of New York Pink #E98670

Tints of New York Pink #E98670

Color information

#E98670 (or 0xE98670) is unknown color: approx New York Pink. HEX triplet: E9, 86 and 70. RGB value is (233,134,112). Sum of RGB (Red+Green+Blue) = 233+134+112=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E98670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98670 is #16798F. Grayscale: #A1A1A1. Windows color (decimal): -1472912 or 7374569. OLE color: 7374569.

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

Color convert

RGB233134112-
CMYK00.420.520.09
HSL10.91º73.33%67.65%-
HSV(B)10.91º51.93%91.37%-
XYZ45.0535.5419.82-
YUV161.09100.3179.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.64%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=48.64%
G=27.97%
B=23.38%

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
Decimal23313411200.420.520.0910.9173.3367.65
HexE9867002A349b4944
Octal351206160052641113111104
Binary1110100110000110111000001010101101001001101110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98670; }

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

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

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

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

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

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

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

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