#E98368

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

Shades of New York Pink #E98368

Tints of New York Pink #E98368

Color information

#E98368 (or 0xE98368) is unknown color: approx New York Pink. HEX triplet: E9, 83 and 68. RGB value is (233,131,104). Sum of RGB (Red+Green+Blue) = 233+131+104=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E98368 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98368 is #167C97. Grayscale: #9E9E9E. Windows color (decimal): -1473688 or 6849513. OLE color: 6849513.

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

Color convert

RGB233131104-
CMYK00.440.550.09
HSL12.56º74.57%66.08%-
HSV(B)12.56º55.36%91.37%-
XYZ44.2234.5617.44-
YUV158.4297.29181.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.79%
GREEN value IS 131 (51.56% from 255) = 27.99%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=49.79%
G=27.99%
B=22.22%

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
Decimal23313110400.440.550.0912.5674.5766.08
HexE9836802C379d4b42
Octal351203150054671115113102
Binary1110100110000011110100001011001101111001110110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98368; }

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

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

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

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

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

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

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

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