#E78066

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

Shades of New York Pink #E78066

Tints of New York Pink #E78066

Color information

#E78066 (or 0xE78066) is unknown color: approx New York Pink. HEX triplet: E7, 80 and 66. RGB value is (231,128,102). Sum of RGB (Red+Green+Blue) = 231+128+102=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E78066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78066 is #187F99. Grayscale: #9C9C9C. Windows color (decimal): -1605530 or 6717671. OLE color: 6717671.

HSL color Cylindrical-coordinate representation of color #E78066: hue angle of 12.09º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E78066 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB231128102-
CMYK00.450.560.09
HSL12.09º72.88%65.29%-
HSV(B)12.09º55.84%90.59%-
XYZ43.0733.3916.74-
YUV155.8397.62181.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.11%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=50.11%
G=27.77%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112810200.450.560.0912.0972.8865.29
HexE7806602D389c4941
Octal347200146055701114111101
Binary1110011110000000110011001011011110001001110010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78066; }

 p { color: rgb(231,128,102); }

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

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

 a { background-color: rgb(231,128,102); }

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

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

 span { border-color: rgb(231,128,102); }

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