#E2867A

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

Shades of New York Pink #E2867A

Tints of New York Pink #E2867A

Color information

#E2867A (or 0xE2867A) is unknown color: approx New York Pink. HEX triplet: E2, 86 and 7A. RGB value is (226,134,122). Sum of RGB (Red+Green+Blue) = 226+134+122=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2867A is #1D7985. Grayscale: #A0A0A0. Windows color (decimal): -1931654 or 8029922. OLE color: 8029922.

HSL color Cylindrical-coordinate representation of color #E2867A: hue angle of 6.92º 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 #E2867A is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB226134122-
CMYK00.410.460.11
HSL6.92º64.2%68.24%-
HSV(B)6.92º46.02%88.63%-
XYZ43.434.6222.81-
YUV160.14106.48174.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.89%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=46.89%
G=27.80%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613412200.410.460.116.9264.268.24
HexE2867A0292EB74044
Octal34220617205156137100104
Binary111000101000011011110100101001101110101111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2867A; }

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

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

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

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

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

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

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

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