Html Css Color HEX #E0866E New York Pink

📋 copy color: '#E0866E'

red 224 ◦ green 134 ◦ blue 110

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

Shades of New York Pink #E0866E

Tints of New York Pink #E0866E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.5%

R = 47.86%
G = 28.63%
B = 23.5%

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

#E0866E (or 0xE0866E) is known color: New York Pink. HEX triplet: E0, 86 and 6E. RGB value is (224,134,110). Sum of RGB (Red+Green+Blue) = 224+134+110=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E0866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0866E is #1F7991. Grayscale: #9E9E9E. Windows color (decimal): -2062738 or 7243488. OLE color: 7243488.

HSL color Cylindrical-coordinate representation of color #E0866E: hue angle of 12.63º 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 #E0866E is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 110 -
CMYK 0 0.40 0.51 0.12
HSL 12.63º 0.65% 0.65% -
HSV(B) 12.63º 0.51% 0.88% -
XYZ 42.08 34.02 19.1 -
YUV 158.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 224 134 110 0 0.40 0.51 0.12 12.63 0.65 0.65
Hex E0 86 6E 0 28 33 C D 41 41
Octal 340 206 156 0 50 63 14 15 101 101
Binary 11100000 10000110 1101110 0 101000 110011 1100 1101 1000001 1000001

Color Harmonies of #E0866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0866E

Black with #E0866E

Text Example


Text Example

White with #E0866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0866E; }

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

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

background-color css

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

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

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

border-color css

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

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

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