#E68A77

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

Shades of New York Pink #E68A77

Tints of New York Pink #E68A77

Color information

#E68A77 (or 0xE68A77) is unknown color: approx New York Pink. HEX triplet: E6, 8A and 77. RGB value is (230,138,119). Sum of RGB (Red+Green+Blue) = 230+138+119=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A77 is #197588. Grayscale: #A3A3A3. Windows color (decimal): -1668489 or 7834342. OLE color: 7834342.

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

Color convert

RGB230138119-
CMYK00.40.480.10
HSL10.27º68.94%68.43%-
HSV(B)10.27º48.26%90.2%-
XYZ45.0536.3322.09-
YUV163.34102.98175.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.23%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 119 (46.88% from 255) = 24.44%
R=47.23%
G=28.34%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013811900.40.480.1010.2768.9468.43
HexE68A7702830Aa4544
Octal346212167050601212105104
Binary1110011010001010111011101010001100001010101010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68A77; }

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

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

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

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

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

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

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

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