#E68A73

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

Shades of New York Pink #E68A73

Tints of New York Pink #E68A73

Color information

#E68A73 (or 0xE68A73) is unknown color: approx New York Pink. HEX triplet: E6, 8A and 73. RGB value is (230,138,115). Sum of RGB (Red+Green+Blue) = 230+138+115=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A73 is #19758C. Grayscale: #A3A3A3. Windows color (decimal): -1668493 or 7572198. OLE color: 7572198.

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

Color convert

RGB230138115-
CMYK00.40.50.10
HSL12º69.7%67.65%-
HSV(B)12º50%90.2%-
XYZ44.8236.2420.85-
YUV162.89100.98175.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.62%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 115 (45.31% from 255) = 23.81%
R=47.62%
G=28.57%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.5
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013811500.40.50.101269.767.65
HexE68A7302832Ac4644
Octal346212163050621214106104
Binary1110011010001010111001101010001100101010110010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68A73; }

 p { color: rgb(230,138,115); }

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

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

 a { background-color: rgb(230,138,115); }

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

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

 span { border-color: rgb(230,138,115); }

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