#ea846b

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

Shades of New York Pink #EA846B

Tints of New York Pink #EA846B

Color information

#EA846B (or 0xEA846B) is unknown color: approx New York Pink. HEX triplet: EA, 84 and 6B. RGB value is (234,132,107). Sum of RGB (Red+Green+Blue) = 234+132+107=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA846B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA846B is #157B94. Grayscale: #9F9F9F. Windows color (decimal): -1407893 or 7046378. OLE color: 7046378.

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

Color convert

RGB234132107-
CMYK00.440.540.08
HSL11.81º75.15%66.86%-
HSV(B)11.81º54.27%91.76%-
XYZ44.8435.0618.31-
YUV159.6598.29181.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 107 (42.19% from 255) = 22.62%
R=49.47%
G=27.91%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413210700.440.540.0811.8175.1566.86
HexEA846B02C368c4b43
Octal352204153054661014113103
Binary1110101010000100110101101011001101101000110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea846b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea846b; }

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

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

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

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

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

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

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

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