#E98268

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

Shades of New York Pink #E98268

Tints of New York Pink #E98268

Color information

#E98268 (or 0xE98268) is unknown color: approx New York Pink. HEX triplet: E9, 82 and 68. RGB value is (233,130,104). Sum of RGB (Red+Green+Blue) = 233+130+104=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E98268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98268 is #167D97. Grayscale: #9E9E9E. Windows color (decimal): -1473944 or 6849257. OLE color: 6849257.

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

Color convert

RGB233130104-
CMYK00.440.550.09
HSL12.09º74.57%66.08%-
HSV(B)12.09º55.36%91.37%-
XYZ44.0934.2917.39-
YUV157.8397.62181.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.89%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=49.89%
G=27.84%
B=22.27%

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
Decimal23313010400.440.550.0912.0974.5766.08
HexE9826802C379c4b42
Octal351202150054671114113102
Binary1110100110000010110100001011001101111001110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98268; }

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

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

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

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

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

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

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

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