#E88975

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

Shades of New York Pink #E88975

Tints of New York Pink #E88975

Color information

#E88975 (or 0xE88975) is unknown color: approx New York Pink. HEX triplet: E8, 89 and 75. RGB value is (232,137,117). Sum of RGB (Red+Green+Blue) = 232+137+117=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E88975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88975 is #17768A. Grayscale: #A3A3A3. Windows color (decimal): -1537675 or 7703016. OLE color: 7703016.

HSL color Cylindrical-coordinate representation of color #E88975: hue angle of 10.43º degrees, saturation: 0.71, 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 #E88975 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB232137117-
CMYK00.410.500.09
HSL10.43º71.43%68.43%-
HSV(B)10.43º49.57%90.98%-
XYZ45.4436.3321.45-
YUV163.12101.97177.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.74%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 117 (46.09% from 255) = 24.07%
R=47.74%
G=28.19%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213711700.410.500.0910.4371.4368.43
HexE88975029329a4744
Octal350211165051621112107104
Binary1110100010001001111010101010011100101001101010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88975; }

 p { color: rgb(232,137,117); }

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

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

 a { background-color: rgb(232,137,117); }

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

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

 span { border-color: rgb(232,137,117); }

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