#E6856F

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

Shades of New York Pink #E6856F

Tints of New York Pink #E6856F

Color information

#E6856F (or 0xE6856F) is unknown color: approx New York Pink. HEX triplet: E6, 85 and 6F. RGB value is (230,133,111). Sum of RGB (Red+Green+Blue) = 230+133+111=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6856F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6856F is #197A90. Grayscale: #9F9F9F. Windows color (decimal): -1669777 or 7308774. OLE color: 7308774.

HSL color Cylindrical-coordinate representation of color #E6856F: hue angle of 11.09º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6856F is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB230133111-
CMYK00.420.520.10
HSL11.09º70.41%66.86%-
HSV(B)11.09º51.74%90.2%-
XYZ43.8934.7519.43-
YUV159.5100.64178.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.52%
GREEN value IS 133 (52.34% from 255) = 28.06%
BLUE value IS 111 (43.75% from 255) = 23.42%
R=48.52%
G=28.06%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013311100.420.520.1011.0970.4166.86
HexE6856F02A34Ab4643
Octal346205157052641213106103
Binary1110011010000101110111101010101101001010101110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6856F; }

 p { color: rgb(230,133,111); }

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

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

 a { background-color: rgb(230,133,111); }

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

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

 span { border-color: rgb(230,133,111); }

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