#E2877A

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

Shades of New York Pink #E2877A

Tints of New York Pink #E2877A

Color information

#E2877A (or 0xE2877A) is unknown color: approx New York Pink. HEX triplet: E2, 87 and 7A. RGB value is (226,135,122). Sum of RGB (Red+Green+Blue) = 226+135+122=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2877A is #1D7885. Grayscale: #A0A0A0. Windows color (decimal): -1931398 or 8030178. OLE color: 8030178.

HSL color Cylindrical-coordinate representation of color #E2877A: hue angle of 7.5º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2877A is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB226135122-
CMYK00.400.460.11
HSL7.5º64.2%68.24%-
HSV(B)7.5º46.02%88.63%-
XYZ43.5434.922.85-
YUV160.73106.15174.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.79%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 122 (48.05% from 255) = 25.26%
R=46.79%
G=27.95%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613512200.400.460.117.564.268.24
HexE2877A0282EB84044
Octal342207172050561310100104
Binary1110001010000111111101001010001011101011100010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2877A; }

 p { color: rgb(226,135,122); }

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

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

 a { background-color: rgb(226,135,122); }

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

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

 span { border-color: rgb(226,135,122); }

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