#e27e6b

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

Shades of New York Pink #E27E6B

Tints of New York Pink #E27E6B

Color information

#E27E6B (or 0xE27E6B) is unknown color: approx New York Pink. HEX triplet: E2, 7E and 6B. RGB value is (226,126,107). Sum of RGB (Red+Green+Blue) = 226+126+107=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E27E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27E6B is #1D8194. Grayscale: #999999. Windows color (decimal): -1933717 or 7044834. OLE color: 7044834.

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

Color convert

RGB226126107-
CMYK00.440.530.11
HSL9.58º67.23%65.29%-
HSV(B)9.58º52.65%88.63%-
XYZ41.4832.1517.93-
YUV153.73101.63179.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.24%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 107 (42.19% from 255) = 23.31%
R=49.24%
G=27.45%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612610700.440.530.119.5867.2365.29
HexE27E6B02C35Ba4341
Octal342176153054651312103101
Binary111000101111110110101101011001101011011101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e27e6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e27e6b; }

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

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

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

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

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

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

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

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