#E2836A

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

Shades of New York Pink #E2836A

Tints of New York Pink #E2836A

Color information

#E2836A (or 0xE2836A) is unknown color: approx New York Pink. HEX triplet: E2, 83 and 6A. RGB value is (226,131,106). Sum of RGB (Red+Green+Blue) = 226+131+106=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2836A is #1D7C95. Grayscale: #9C9C9C. Windows color (decimal): -1932438 or 6980578. OLE color: 6980578.

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

Color convert

RGB226131106-
CMYK00.420.530.11
HSL12.5º67.42%65.1%-
HSV(B)12.5º53.1%88.63%-
XYZ42.0833.4417.87-
YUV156.5699.47177.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.81%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 106 (41.80% from 255) = 22.89%
R=48.81%
G=28.29%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613110600.420.530.1112.567.4265.1
HexE2836A02A35Bd4341
Octal342203152052651315103101
Binary1110001010000011110101001010101101011011110110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2836A; }

 p { color: rgb(226,131,106); }

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

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

 a { background-color: rgb(226,131,106); }

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

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

 span { border-color: rgb(226,131,106); }

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