#E48370

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

Shades of New York Pink #E48370

Tints of New York Pink #E48370

Color information

#E48370 (or 0xE48370) is unknown color: approx New York Pink. HEX triplet: E4, 83 and 70. RGB value is (228,131,112). Sum of RGB (Red+Green+Blue) = 228+131+112=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E48370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48370 is #1B7C8F. Grayscale: #9E9E9E. Windows color (decimal): -1801360 or 7373796. OLE color: 7373796.

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

Color convert

RGB228131112-
CMYK00.430.510.11
HSL9.83º68.24%66.67%-
HSV(B)9.83º50.88%89.41%-
XYZ43.0433.919.6-
YUV157.84102.14178.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.41%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=48.41%
G=27.81%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813111200.430.510.119.8368.2466.67
HexE4837002B33Ba4443
Octal344203160053631312104103
Binary1110010010000011111000001010111100111011101010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48370; }

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

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

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

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

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

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

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

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