#E2806B

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

Shades of New York Pink #E2806B

Tints of New York Pink #E2806B

Color information

#E2806B (or 0xE2806B) is unknown color: approx New York Pink. HEX triplet: E2, 80 and 6B. RGB value is (226,128,107). Sum of RGB (Red+Green+Blue) = 226+128+107=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E2806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2806B is #1D7F94. Grayscale: #9B9B9B. Windows color (decimal): -1933205 or 7045346. OLE color: 7045346.

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

Color convert

RGB226128107-
CMYK00.430.530.11
HSL10.59º67.23%65.29%-
HSV(B)10.59º52.65%88.63%-
XYZ41.7432.6718.02-
YUV154.91100.97178.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.02%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 107 (42.19% from 255) = 23.21%
R=49.02%
G=27.77%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612810700.430.530.1110.5967.2365.29
HexE2806B02B35Bb4341
Octal342200153053651313103101
Binary1110001010000000110101101010111101011011101110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2806B; }

 p { color: rgb(226,128,107); }

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

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

 a { background-color: rgb(226,128,107); }

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

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

 span { border-color: rgb(226,128,107); }

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