#E27E71

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

Shades of New York Pink #E27E71

Tints of New York Pink #E27E71

Color information

#E27E71 (or 0xE27E71) is unknown color: approx New York Pink. HEX triplet: E2, 7E and 71. RGB value is (226,126,113). Sum of RGB (Red+Green+Blue) = 226+126+113=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E27E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27E71 is #1D818E. Grayscale: #9A9A9A. Windows color (decimal): -1933711 or 7438050. OLE color: 7438050.

HSL color Cylindrical-coordinate representation of color #E27E71: hue angle of 6.9º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27E71 is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB226126113-
CMYK00.440.50.11
HSL6.9º66.08%66.47%-
HSV(B)6.9º50%88.63%-
XYZ41.8132.2819.65-
YUV154.42104.63179.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.60%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=48.60%
G=27.10%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612611300.440.50.116.966.0866.47
HexE27E7102C32B74242
Octal34217616105462137102102
Binary11100010111111011100010101100110010101111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27E71; }

 p { color: rgb(226,126,113); }

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

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

 a { background-color: rgb(226,126,113); }

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

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

 span { border-color: rgb(226,126,113); }

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