#E1867A

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

Shades of New York Pink #E1867A

Tints of New York Pink #E1867A

Color information

#E1867A (or 0xE1867A) is unknown color: approx New York Pink. HEX triplet: E1, 86 and 7A. RGB value is (225,134,122). Sum of RGB (Red+Green+Blue) = 225+134+122=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1867A is #1E7985. Grayscale: #9F9F9F. Windows color (decimal): -1997190 or 8029921. OLE color: 8029921.

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

Color convert

RGB225134122-
CMYK00.400.460.12
HSL6.99º63.19%68.04%-
HSV(B)6.99º45.78%88.24%-
XYZ43.0934.4622.79-
YUV159.84106.65174.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.78%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=46.78%
G=27.86%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513412200.400.460.126.9963.1968.04
HexE1867A0282EC73f44
Octal3412061720505614777104
Binary11100001100001101111010010100010111011001111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1867A; }

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

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

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

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

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

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

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

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