#E1837A

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

Shades of New York Pink #E1837A

Tints of New York Pink #E1837A

Color information

#E1837A (or 0xE1837A) is unknown color: approx New York Pink. HEX triplet: E1, 83 and 7A. RGB value is (225,131,122). Sum of RGB (Red+Green+Blue) = 225+131+122=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1837A is #1E7C85. Grayscale: #9E9E9E. Windows color (decimal): -1997958 or 8029153. OLE color: 8029153.

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

Color convert

RGB225131122-
CMYK00.420.460.12
HSL5.24º63.19%68.04%-
HSV(B)5.24º45.78%88.24%-
XYZ42.6833.6522.66-
YUV158.08107.64175.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.07%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=47.07%
G=27.41%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513112200.420.460.125.2463.1968.04
HexE1837A02A2EC53f44
Octal3412031720525614577104
Binary11100001100000111111010010101010111011001011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1837A; }

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

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

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

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

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

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

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

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