#E6867A

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

Shades of New York Pink #E6867A

Tints of New York Pink #E6867A

Color information

#E6867A (or 0xE6867A) is unknown color: approx New York Pink. HEX triplet: E6, 86 and 7A. RGB value is (230,134,122). Sum of RGB (Red+Green+Blue) = 230+134+122=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6867A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6867A is #197985. Grayscale: #A1A1A1. Windows color (decimal): -1669510 or 8029926. OLE color: 8029926.

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

Color convert

RGB230134122-
CMYK00.420.470.10
HSL6.67º68.35%69.02%-
HSV(B)6.67º46.96%90.2%-
XYZ44.6735.2822.87-
YUV161.34105.8176.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.33%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 122 (48.05% from 255) = 25.10%
R=47.33%
G=27.57%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013412200.420.470.106.6768.3569.02
HexE6867A02A2FA74445
Octal34620617205257127104105
Binary111001101000011011110100101010101111101011110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6867A; }

 p { color: rgb(230,134,122); }

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

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

 a { background-color: rgb(230,134,122); }

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

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

 span { border-color: rgb(230,134,122); }

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