Html Css Color HEX #E6866F New York Pink

📋 copy color: '#E6866F'

red 230 ◦ green 134 ◦ blue 111

#E6866F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #E6866F

Tints of New York Pink #E6866F

RGB

 RED value IS 230 (90.23% from 255) = 48.42%

 GREEN value IS 134 (52.73% from 255) = 28.21%

 BLUE value IS 111 (43.75% from 255) = 23.37%

R = 48.42%
G = 28.21%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6866F (or 0xE6866F) is known color: New York Pink. HEX triplet: E6, 86 and 6F. RGB value is (230,134,111). Sum of RGB (Red+Green+Blue) = 230+134+111=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E6866F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6866F is #197990. Grayscale: #A0A0A0. Windows color (decimal): -1669521 or 7309030. OLE color: 7309030.

HSL color Cylindrical-coordinate representation of color #E6866F: hue angle of 11.6º 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 #E6866F is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 111 -
CMYK 0 0.42 0.52 0.10
HSL 11.6º 0.7% 0.67% -
HSV(B) 11.6º 0.52% 0.9% -
XYZ 44.03 35.02 19.48 -
YUV 160.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 230 134 111 0 0.42 0.52 0.10 11.6 0.7 0.67
Hex E6 86 6F 0 2A 34 A C 46 43
Octal 346 206 157 0 52 64 12 14 106 103
Binary 11100110 10000110 1101111 0 101010 110100 1010 1100 1000110 1000011

Color Harmonies of #E6866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6866F

Black with #E6866F

Text Example


Text Example

White with #E6866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6866F; }

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

 H1.HeaderClassName
 {
   color: #E6866F;
 }
 .AnyTagClassName
 {
   color: #E6866F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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