#E68870

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

Shades of New York Pink #E68870

Tints of New York Pink #E68870

Color information

#E68870 (or 0xE68870) is unknown color: approx New York Pink. HEX triplet: E6, 88 and 70. RGB value is (230,136,112). Sum of RGB (Red+Green+Blue) = 230+136+112=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E68870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68870 is #19778F. Grayscale: #A1A1A1. Windows color (decimal): -1669008 or 7375078. OLE color: 7375078.

HSL color Cylindrical-coordinate representation of color #E68870: hue angle of 12.2º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E68870 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB230136112-
CMYK00.410.510.10
HSL12.2º70.24%67.06%-
HSV(B)12.2º51.3%90.2%-
XYZ44.3635.619.86-
YUV161.37100.14176.95-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.12%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=48.12%
G=28.45%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013611200.410.510.1012.270.2467.06
HexE6887002933Ac4643
Octal346210160051631214106103
Binary1110011010001000111000001010011100111010110010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68870; }

 p { color: rgb(230,136,112); }

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

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

 a { background-color: rgb(230,136,112); }

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

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

 span { border-color: rgb(230,136,112); }

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