#E18378

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

Shades of New York Pink #E18378

Tints of New York Pink #E18378

Color information

#E18378 (or 0xE18378) is unknown color: approx New York Pink. HEX triplet: E1, 83 and 78. RGB value is (225,131,120). Sum of RGB (Red+Green+Blue) = 225+131+120=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E18378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18378 is #1E7C87. Grayscale: #9D9D9D. Windows color (decimal): -1997960 or 7898081. OLE color: 7898081.

HSL color Cylindrical-coordinate representation of color #E18378: hue angle of 6.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E18378 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB225131120-
CMYK00.420.470.12
HSL6.29º63.64%67.65%-
HSV(B)6.29º46.67%88.24%-
XYZ42.5633.622.01-
YUV157.85106.64175.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=47.27%
G=27.52%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513112000.420.470.126.2963.6467.65
HexE1837802A2FC64044
Octal34120317005257146100104
Binary111000011000001111110000101010101111110011010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18378; }

 p { color: rgb(225,131,120); }

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

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

 a { background-color: rgb(225,131,120); }

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

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

 span { border-color: rgb(225,131,120); }

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