#e28269

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

Shades of New York Pink #E28269

Tints of New York Pink #E28269

Color information

#E28269 (or 0xE28269) is unknown color: approx New York Pink. HEX triplet: E2, 82 and 69. RGB value is (226,130,105). Sum of RGB (Red+Green+Blue) = 226+130+105=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E28269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28269 is #1D7D96. Grayscale: #9C9C9C. Windows color (decimal): -1932695 or 6914786. OLE color: 6914786.

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

Color convert

RGB226130105-
CMYK00.420.540.11
HSL12.4º67.6%64.9%-
HSV(B)12.4º53.54%88.63%-
XYZ41.933.1517.56-
YUV155.8599.3178.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.02%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=49.02%
G=28.20%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613010500.420.540.1112.467.664.9
HexE2826902A36Bc4441
Octal342202151052661314104101
Binary1110001010000010110100101010101101101011110010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e28269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e28269; }

 p { color: rgb(226,130,105); }

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

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

 a { background-color: rgb(226,130,105); }

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

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

 span { border-color: rgb(226,130,105); }

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