#E68A78

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

Shades of New York Pink #E68A78

Tints of New York Pink #E68A78

Color information

#E68A78 (or 0xE68A78) is unknown color: approx New York Pink. HEX triplet: E6, 8A and 78. RGB value is (230,138,120). Sum of RGB (Red+Green+Blue) = 230+138+120=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A78 is #197587. Grayscale: #A3A3A3. Windows color (decimal): -1668488 or 7899878. OLE color: 7899878.

HSL color Cylindrical-coordinate representation of color #E68A78: hue angle of 9.82º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E68A78 is Cyan = 0, Magento = 0.4, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB230138120-
CMYK00.40.480.10
HSL9.82º68.75%68.63%-
HSV(B)9.82º47.83%90.2%-
XYZ45.1136.3622.41-
YUV163.46103.48175.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.13%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 120 (47.27% from 255) = 24.59%
R=47.13%
G=28.28%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013812000.40.480.109.8268.7568.63
HexE68A7802830Aa4545
Octal346212170050601212105105
Binary1110011010001010111100001010001100001010101010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68A78; }

 p { color: rgb(230,138,120); }

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

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

 a { background-color: rgb(230,138,120); }

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

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

 span { border-color: rgb(230,138,120); }

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