#E77F6B

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

Shades of New York Pink #E77F6B

Tints of New York Pink #E77F6B

Color information

#E77F6B (or 0xE77F6B) is unknown color: approx New York Pink. HEX triplet: E7, 7F and 6B. RGB value is (231,127,107). Sum of RGB (Red+Green+Blue) = 231+127+107=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F6B is #188094. Grayscale: #9C9C9C. Windows color (decimal): -1605781 or 7045095. OLE color: 7045095.

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

Color convert

RGB231127107-
CMYK00.450.540.09
HSL9.68º72.09%66.27%-
HSV(B)9.68º53.68%90.59%-
XYZ43.233.2318.05-
YUV155.82100.46181.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.68%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 107 (42.19% from 255) = 23.01%
R=49.68%
G=27.31%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112710700.450.540.099.6872.0966.27
HexE77F6B02D369a4842
Octal347177153055661112110102
Binary111001111111111110101101011011101101001101010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77F6B; }

 p { color: rgb(231,127,107); }

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

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

 a { background-color: rgb(231,127,107); }

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

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

 span { border-color: rgb(231,127,107); }

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