Html Css Color HEX #E6856F New York Pink

📋 copy color: '#E6856F'

red 230 ◦ green 133 ◦ blue 111

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

Shades of New York Pink #E6856F

Tints of New York Pink #E6856F

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 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

#E6856F (or 0xE6856F) is known color: 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

RGB 230 133 111 -
CMYK 0 0.42 0.52 0.10
HSL 11.09º 0.7% 0.67% -
HSV(B) 11.09º 0.52% 0.9% -
XYZ 43.89 34.75 19.43 -
YUV 159.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 230 133 111 0 0.42 0.52 0.10 11.09 0.7 0.67
Hex E6 85 6F 0 2A 34 A B 46 43
Octal 346 205 157 0 52 64 12 13 106 103
Binary 11100110 10000101 1101111 0 101010 110100 1010 1011 1000110 1000011

Color Harmonies of #E6856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6856F

Black with #E6856F

Text Example


Text Example

White with #E6856F

Text Example


Text Example

HTML Codes & Css Web 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>