#EC8569

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

Shades of New York Pink #EC8569

Tints of New York Pink #EC8569

Color information

#EC8569 (or 0xEC8569) is unknown color: approx New York Pink. HEX triplet: EC, 85 and 69. RGB value is (236,133,105). Sum of RGB (Red+Green+Blue) = 236+133+105=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8569 is #137A96. Grayscale: #A0A0A0. Windows color (decimal): -1276567 or 6915564. OLE color: 6915564.

HSL color Cylindrical-coordinate representation of color #EC8569: hue angle of 12.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC8569 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB236133105-
CMYK00.440.560.07
HSL12.82º77.51%66.86%-
HSV(B)12.82º55.51%92.55%-
XYZ45.5335.6317.84-
YUV160.696.62181.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.79%
GREEN value IS 133 (52.34% from 255) = 28.06%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=49.79%
G=28.06%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613310500.440.560.0712.8277.5166.86
HexEC856902C387d4e43
Octal35420515105470715116103
Binary111011001000010111010010101100111000111110110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8569; }

 p { color: rgb(236,133,105); }

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

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

 a { background-color: rgb(236,133,105); }

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

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

 span { border-color: rgb(236,133,105); }

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