#E48470

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

Shades of New York Pink #E48470

Tints of New York Pink #E48470

Color information

#E48470 (or 0xE48470) is unknown color: approx New York Pink. HEX triplet: E4, 84 and 70. RGB value is (228,132,112). Sum of RGB (Red+Green+Blue) = 228+132+112=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E48470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48470 is #1B7B8F. Grayscale: #9E9E9E. Windows color (decimal): -1801104 or 7374052. OLE color: 7374052.

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

Color convert

RGB228132112-
CMYK00.420.510.11
HSL10.34º68.24%66.67%-
HSV(B)10.34º50.88%89.41%-
XYZ43.1734.1719.65-
YUV158.42101.8177.63-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.31%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 112 (44.14% from 255) = 23.73%
R=48.31%
G=27.97%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813211200.420.510.1110.3468.2466.67
HexE4847002A33Ba4443
Octal344204160052631312104103
Binary1110010010000100111000001010101100111011101010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48470; }

 p { color: rgb(228,132,112); }

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

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

 a { background-color: rgb(228,132,112); }

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

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

 span { border-color: rgb(228,132,112); }

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