#E28674

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

Shades of New York Pink #E28674

Tints of New York Pink #E28674

Color information

#E28674 (or 0xE28674) is unknown color: approx New York Pink. HEX triplet: E2, 86 and 74. RGB value is (226,134,116). Sum of RGB (Red+Green+Blue) = 226+134+116=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E28674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28674 is #1D798B. Grayscale: #9F9F9F. Windows color (decimal): -1931660 or 7636706. OLE color: 7636706.

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

Color convert

RGB226134116-
CMYK00.410.490.11
HSL9.82º65.48%67.06%-
HSV(B)9.82º48.67%88.63%-
XYZ43.0434.4820.91-
YUV159.46103.48175.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.48%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=47.48%
G=28.15%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613411600.410.490.119.8265.4867.06
HexE2867402931Ba4143
Octal342206164051611312101103
Binary1110001010000110111010001010011100011011101010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28674; }

 p { color: rgb(226,134,116); }

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

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

 a { background-color: rgb(226,134,116); }

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

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

 span { border-color: rgb(226,134,116); }

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