#EA8670

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

Shades of New York Pink #EA8670

Tints of New York Pink #EA8670

Color information

#EA8670 (or 0xEA8670) is unknown color: approx New York Pink. HEX triplet: EA, 86 and 70. RGB value is (234,134,112). Sum of RGB (Red+Green+Blue) = 234+134+112=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8670 is #15798F. Grayscale: #A1A1A1. Windows color (decimal): -1407376 or 7374570. OLE color: 7374570.

HSL color Cylindrical-coordinate representation of color #EA8670: hue angle of 10.82º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA8670 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234134112-
CMYK00.430.520.08
HSL10.82º74.39%67.84%-
HSV(B)10.82º52.14%91.76%-
XYZ45.3835.7119.83-
YUV161.39100.13179.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.75%
GREEN value IS 134 (52.73% from 255) = 27.92%
BLUE value IS 112 (44.14% from 255) = 23.33%
R=48.75%
G=27.92%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413411200.430.520.0810.8274.3967.84
HexEA867002B348b4a44
Octal352206160053641013112104
Binary1110101010000110111000001010111101001000101110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8670; }

 p { color: rgb(234,134,112); }

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

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

 a { background-color: rgb(234,134,112); }

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

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

 span { border-color: rgb(234,134,112); }

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