#E0846E

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

Shades of New York Pink #E0846E

Tints of New York Pink #E0846E

Color information

#E0846E (or 0xE0846E) is unknown color: approx New York Pink. HEX triplet: E0, 84 and 6E. RGB value is (224,132,110). Sum of RGB (Red+Green+Blue) = 224+132+110=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0846E is #1F7B91. Grayscale: #9D9D9D. Windows color (decimal): -2063250 or 7242976. OLE color: 7242976.

HSL color Cylindrical-coordinate representation of color #E0846E: hue angle of 11.58º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0846E is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB224132110-
CMYK00.410.510.12
HSL11.58º64.77%65.49%-
HSV(B)11.58º50.89%87.84%-
XYZ41.8133.4819.01-
YUV157101.48175.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.07%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 110 (43.36% from 255) = 23.61%
R=48.07%
G=28.33%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413211000.410.510.1211.5864.7765.49
HexE0846E02933Cc4141
Octal340204156051631414101101
Binary1110000010000100110111001010011100111100110010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0846E; }

 p { color: rgb(224,132,110); }

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

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

 a { background-color: rgb(224,132,110); }

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

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

 span { border-color: rgb(224,132,110); }

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