#E6876D

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

Shades of New York Pink #E6876D

Tints of New York Pink #E6876D

Color information

#E6876D (or 0xE6876D) is unknown color: approx New York Pink. HEX triplet: E6, 87 and 6D. RGB value is (230,135,109). Sum of RGB (Red+Green+Blue) = 230+135+109=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6876D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6876D is #197892. Grayscale: #A0A0A0. Windows color (decimal): -1669267 or 7178214. OLE color: 7178214.

HSL color Cylindrical-coordinate representation of color #E6876D: hue angle of 12.89º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6876D is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB230135109-
CMYK00.410.530.10
HSL12.89º70.76%66.47%-
HSV(B)12.89º52.61%90.2%-
XYZ44.0635.2618.95-
YUV160.4498.97177.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.52%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=48.52%
G=28.48%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013510900.410.530.1012.8970.7666.47
HexE6876D02935Ad4742
Octal346207155051651215107102
Binary1110011010000111110110101010011101011010110110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6876D; }

 p { color: rgb(230,135,109); }

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

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

 a { background-color: rgb(230,135,109); }

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

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

 span { border-color: rgb(230,135,109); }

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