Html Css Color HEX #E0866F New York Pink

📋 copy color: '#E0866F'

red 224 ◦ green 134 ◦ blue 111

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

Shades of New York Pink #E0866F

Tints of New York Pink #E0866F

RGB

 RED value IS 224 (87.89% from 255) = 47.76%

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

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

R = 47.76%
G = 28.57%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0866F (or 0xE0866F) is known color: New York Pink. HEX triplet: E0, 86 and 6F. RGB value is (224,134,111). Sum of RGB (Red+Green+Blue) = 224+134+111=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0866F is #1F7990. Grayscale: #9E9E9E. Windows color (decimal): -2062737 or 7309024. OLE color: 7309024.

HSL color Cylindrical-coordinate representation of color #E0866F: hue angle of 12.21º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0866F is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 111 -
CMYK 0 0.40 0.50 0.12
HSL 12.21º 0.65% 0.66% -
HSV(B) 12.21º 0.5% 0.88% -
XYZ 42.13 34.05 19.39 -
YUV 158.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 224 134 111 0 0.40 0.50 0.12 12.21 0.65 0.66
Hex E0 86 6F 0 28 32 C C 41 42
Octal 340 206 157 0 50 62 14 14 101 102
Binary 11100000 10000110 1101111 0 101000 110010 1100 1100 1000001 1000010

Color Harmonies of #E0866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0866F

Black with #E0866F

Text Example


Text Example

White with #E0866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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