#E28A7A

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

Shades of New York Pink #E28A7A

Tints of New York Pink #E28A7A

Color information

#E28A7A (or 0xE28A7A) is unknown color: approx New York Pink. HEX triplet: E2, 8A and 7A. RGB value is (226,138,122). Sum of RGB (Red+Green+Blue) = 226+138+122=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28A7A is #1D7585. Grayscale: #A2A2A2. Windows color (decimal): -1930630 or 8030946. OLE color: 8030946.

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

Color convert

RGB226138122-
CMYK00.390.460.11
HSL9.23º64.2%68.24%-
HSV(B)9.23º46.02%88.63%-
XYZ43.9735.7523-
YUV162.49105.15173.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.50%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 122 (48.05% from 255) = 25.10%
R=46.50%
G=28.40%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613812200.390.460.119.2364.268.24
HexE28A7A0272EB94044
Octal342212172047561311100104
Binary1110001010001010111101001001111011101011100110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28A7A; }

 p { color: rgb(226,138,122); }

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

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

 a { background-color: rgb(226,138,122); }

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

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

 span { border-color: rgb(226,138,122); }

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