#E78272

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

Shades of New York Pink #E78272

Tints of New York Pink #E78272

Color information

#E78272 (or 0xE78272) is unknown color: approx New York Pink. HEX triplet: E7, 82 and 72. RGB value is (231,130,114). Sum of RGB (Red+Green+Blue) = 231+130+114=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E78272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78272 is #187D8D. Grayscale: #9E9E9E. Windows color (decimal): -1605006 or 7504615. OLE color: 7504615.

HSL color Cylindrical-coordinate representation of color #E78272: hue angle of 8.21º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E78272 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB231130114-
CMYK00.440.510.09
HSL8.21º70.91%67.65%-
HSV(B)8.21º50.65%90.59%-
XYZ43.9734.1720.2-
YUV158.38102.96179.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.63%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 114 (44.92% from 255) = 24%
R=48.63%
G=27.37%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113011400.440.510.098.2170.9167.65
HexE7827202C33984744
Octal347202162054631110107104
Binary1110011110000010111001001011001100111001100010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78272; }

 p { color: rgb(231,130,114); }

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

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

 a { background-color: rgb(231,130,114); }

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

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

 span { border-color: rgb(231,130,114); }

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