Html Css Color HEX #E1866C New York Pink

📋 copy color: '#E1866C'

red 225 ◦ green 134 ◦ blue 108

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

Shades of New York Pink #E1866C

Tints of New York Pink #E1866C

RGB

 RED value IS 225 (88.28% from 255) = 48.18%

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

 BLUE value IS 108 (42.58% from 255) = 23.13%

R = 48.18%
G = 28.69%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1866C (or 0xE1866C) is known color: New York Pink. HEX triplet: E1, 86 and 6C. RGB value is (225,134,108). Sum of RGB (Red+Green+Blue) = 225+134+108=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1866C is #1E7993. Grayscale: #9E9E9E. Windows color (decimal): -1997204 or 7112417. OLE color: 7112417.

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

Color convert

RGB 225 134 108 -
CMYK 0 0.40 0.52 0.12
HSL 13.33º 0.66% 0.65% -
HSV(B) 13.33º 0.52% 0.88% -
XYZ 42.28 34.14 18.55 -
YUV 158.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 225 134 108 0 0.40 0.52 0.12 13.33 0.66 0.65
Hex E1 86 6C 0 28 34 C D 42 41
Octal 341 206 154 0 50 64 14 15 102 101
Binary 11100001 10000110 1101100 0 101000 110100 1100 1101 1000010 1000001

Color Harmonies of #E1866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1866C

Black with #E1866C

Text Example


Text Example

White with #E1866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1866C; }

 p { color: rgb(225,134,108); }

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

background-color css

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

 a { background-color: rgb(225,134,108); }

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

border-color css

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

 span { border-color: rgb(225,134,108); }

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