#e2806d

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

Shades of New York Pink #E2806D

Tints of New York Pink #E2806D

Color information

#E2806D (or 0xE2806D) is unknown color: approx New York Pink. HEX triplet: E2, 80 and 6D. RGB value is (226,128,109). Sum of RGB (Red+Green+Blue) = 226+128+109=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2806D is #1D7F92. Grayscale: #9B9B9B. Windows color (decimal): -1933203 or 7176418. OLE color: 7176418.

HSL color Cylindrical-coordinate representation of color #E2806D: hue angle of 9.74º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2806D is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB226128109-
CMYK00.430.520.11
HSL9.74º66.86%65.69%-
HSV(B)9.74º51.77%88.63%-
XYZ41.8432.7118.58-
YUV155.14101.97178.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.81%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 109 (42.97% from 255) = 23.54%
R=48.81%
G=27.65%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612810900.430.520.119.7466.8665.69
HexE2806D02B34Ba4342
Octal342200155053641312103102
Binary1110001010000000110110101010111101001011101010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2806d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2806d; }

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

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

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

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

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

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

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

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