#EA846E

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

Shades of New York Pink #EA846E

Tints of New York Pink #EA846E

Color information

#EA846E (or 0xEA846E) is unknown color: approx New York Pink. HEX triplet: EA, 84 and 6E. RGB value is (234,132,110). Sum of RGB (Red+Green+Blue) = 234+132+110=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA846E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA846E is #157B91. Grayscale: #A0A0A0. Windows color (decimal): -1407890 or 7242986. OLE color: 7242986.

HSL color Cylindrical-coordinate representation of color #EA846E: hue angle of 10.65º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA846E is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234132110-
CMYK00.440.530.08
HSL10.65º74.7%67.45%-
HSV(B)10.65º52.99%91.76%-
XYZ4535.1219.16-
YUV159.9999.79180.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.16%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 110 (43.36% from 255) = 23.11%
R=49.16%
G=27.73%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413211000.440.530.0810.6574.767.45
HexEA846E02C358b4b43
Octal352204156054651013113103
Binary1110101010000100110111001011001101011000101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA846E; }

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

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

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

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

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

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

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

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