Html Css Color HEX #E0866D New York Pink

📋 copy color: '#E0866D'

red 224 ◦ green 134 ◦ blue 109

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

Shades of New York Pink #E0866D

Tints of New York Pink #E0866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.34%

R = 47.97%
G = 28.69%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0866D (or 0xE0866D) is known color: New York Pink. HEX triplet: E0, 86 and 6D. RGB value is (224,134,109). Sum of RGB (Red+Green+Blue) = 224+134+109=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0866D is #1F7992. Grayscale: #9E9E9E. Windows color (decimal): -2062739 or 7177952. OLE color: 7177952.

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

Color convert

RGB 224 134 109 -
CMYK 0 0.40 0.51 0.12
HSL 13.04º 0.65% 0.65% -
HSV(B) 13.04º 0.51% 0.88% -
XYZ 42.03 34 18.82 -
YUV 158.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 224 134 109 0 0.40 0.51 0.12 13.04 0.65 0.65
Hex E0 86 6D 0 28 33 C D 41 41
Octal 340 206 155 0 50 63 14 15 101 101
Binary 11100000 10000110 1101101 0 101000 110011 1100 1101 1000001 1000001

Color Harmonies of #E0866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0866D

Black with #E0866D

Text Example


Text Example

White with #E0866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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