#E2856D

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

Shades of New York Pink #E2856D

Tints of New York Pink #E2856D

Color information

#E2856D (or 0xE2856D) is unknown color: approx New York Pink. HEX triplet: E2, 85 and 6D. RGB value is (226,133,109). Sum of RGB (Red+Green+Blue) = 226+133+109=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E2856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2856D is #1D7A92. Grayscale: #9E9E9E. Windows color (decimal): -1931923 or 7177698. OLE color: 7177698.

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

Color convert

RGB226133109-
CMYK00.410.520.11
HSL12.31º66.86%65.69%-
HSV(B)12.31º51.77%88.63%-
XYZ42.5134.0518.8-
YUV158.07100.31176.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.29%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=48.29%
G=28.42%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613310900.410.520.1112.3166.8665.69
HexE2856D02934Bc4342
Octal342205155051641314103102
Binary1110001010000101110110101010011101001011110010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2856D; }

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

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

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

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

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

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

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

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