#E68775

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

Shades of New York Pink #E68775

Tints of New York Pink #E68775

Color information

#E68775 (or 0xE68775) is unknown color: approx New York Pink. HEX triplet: E6, 87 and 75. RGB value is (230,135,117). Sum of RGB (Red+Green+Blue) = 230+135+117=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E68775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68775 is #19788A. Grayscale: #A1A1A1. Windows color (decimal): -1669259 or 7702502. OLE color: 7702502.

HSL color Cylindrical-coordinate representation of color #E68775: hue angle of 9.56º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E68775 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB230135117-
CMYK00.410.490.10
HSL9.56º69.33%68.04%-
HSV(B)9.56º49.13%90.2%-
XYZ44.5135.4421.32-
YUV161.35102.97176.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.72%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=47.72%
G=28.01%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013511700.410.490.109.5669.3368.04
HexE6877502931Aa4544
Octal346207165051611212105104
Binary1110011010000111111010101010011100011010101010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68775; }

 p { color: rgb(230,135,117); }

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

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

 a { background-color: rgb(230,135,117); }

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

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

 span { border-color: rgb(230,135,117); }

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