#E78974

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

Shades of New York Pink #E78974

Tints of New York Pink #E78974

Color information

#E78974 (or 0xE78974) is unknown color: approx New York Pink. HEX triplet: E7, 89 and 74. RGB value is (231,137,116). Sum of RGB (Red+Green+Blue) = 231+137+116=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E78974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78974 is #18768B. Grayscale: #A2A2A2. Windows color (decimal): -1603212 or 7637479. OLE color: 7637479.

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

Color convert

RGB231137116-
CMYK00.410.500.09
HSL10.96º70.55%68.04%-
HSV(B)10.96º49.78%90.59%-
XYZ45.0536.1421.12-
YUV162.71101.64176.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.73%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 116 (45.70% from 255) = 23.97%
R=47.73%
G=28.31%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113711600.410.500.0910.9670.5568.04
HexE78974029329b4744
Octal347211164051621113107104
Binary1110011110001001111010001010011100101001101110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78974; }

 p { color: rgb(231,137,116); }

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

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

 a { background-color: rgb(231,137,116); }

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

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

 span { border-color: rgb(231,137,116); }

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