#E78A7D

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

Shades of New York Pink #E78A7D

Tints of New York Pink #E78A7D

Color information

#E78A7D (or 0xE78A7D) is unknown color: approx New York Pink. HEX triplet: E7, 8A and 7D. RGB value is (231,138,125). Sum of RGB (Red+Green+Blue) = 231+138+125=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78A7D is #187582. Grayscale: #A4A4A4. Windows color (decimal): -1602947 or 8227559. OLE color: 8227559.

HSL color Cylindrical-coordinate representation of color #E78A7D: hue angle of 7.36º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E78A7D is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB231138125-
CMYK00.400.460.09
HSL7.36º68.83%69.8%-
HSV(B)7.36º45.89%90.59%-
XYZ45.7536.6524.06-
YUV164.32105.81175.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.76%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 125 (49.22% from 255) = 25.30%
R=46.76%
G=27.94%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113812500.400.460.097.3668.8369.8
HexE78A7D0282E974546
Octal34721217505056117105106
Binary111001111000101011111010101000101110100111110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78A7D; }

 p { color: rgb(231,138,125); }

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

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

 a { background-color: rgb(231,138,125); }

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

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

 span { border-color: rgb(231,138,125); }

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