#E68A79

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

Shades of New York Pink #E68A79

Tints of New York Pink #E68A79

Color information

#E68A79 (or 0xE68A79) is unknown color: approx New York Pink. HEX triplet: E6, 8A and 79. RGB value is (230,138,121). Sum of RGB (Red+Green+Blue) = 230+138+121=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A79 is #197586. Grayscale: #A3A3A3. Windows color (decimal): -1668487 or 7965414. OLE color: 7965414.

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

Color convert

RGB230138121-
CMYK00.40.470.10
HSL9.36º68.55%68.82%-
HSV(B)9.36º47.39%90.2%-
XYZ45.1736.3822.73-
YUV163.57103.98175.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.03%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=47.03%
G=28.22%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013812100.40.470.109.3668.5568.82
HexE68A790282FA94545
Octal346212171050571211105105
Binary1110011010001010111100101010001011111010100110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68A79; }

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

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

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

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

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

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

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

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