Html Css Color HEX #E7866F New York Pink

📋 copy color: '#E7866F'

red 231 ◦ green 134 ◦ blue 111

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

Shades of New York Pink #E7866F

Tints of New York Pink #E7866F

RGB

 RED value IS 231 (90.63% from 255) = 48.53%

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

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

R = 48.53%
G = 28.15%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7866F (or 0xE7866F) is known color: New York Pink. HEX triplet: E7, 86 and 6F. RGB value is (231,134,111). Sum of RGB (Red+Green+Blue) = 231+134+111=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E7866F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7866F is #187990. Grayscale: #A0A0A0. Windows color (decimal): -1603985 or 7309031. OLE color: 7309031.

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

Color convert

RGB 231 134 111 -
CMYK 0 0.42 0.52 0.09
HSL 11.5º 0.71% 0.67% -
HSV(B) 11.5º 0.52% 0.91% -
XYZ 44.35 35.19 19.49 -
YUV 160.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 231 134 111 0 0.42 0.52 0.09 11.5 0.71 0.67
Hex E7 86 6F 0 2A 34 9 C 47 43
Octal 347 206 157 0 52 64 11 14 107 103
Binary 11100111 10000110 1101111 0 101010 110100 1001 1100 1000111 1000011

Color Harmonies of #E7866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7866F

Black with #E7866F

Text Example


Text Example

White with #E7866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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