Html Css Color HEX #E1856C New York Pink

📋 copy color: '#E1856C'

red 225 ◦ green 133 ◦ blue 108

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

Shades of New York Pink #E1856C

Tints of New York Pink #E1856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.54%

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

R = 48.28%
G = 28.54%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1856C (or 0xE1856C) is known color: New York Pink. HEX triplet: E1, 85 and 6C. RGB value is (225,133,108). Sum of RGB (Red+Green+Blue) = 225+133+108=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1856C is #1E7A93. Grayscale: #9D9D9D. Windows color (decimal): -1997460 or 7112161. OLE color: 7112161.

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

Color convert

RGB 225 133 108 -
CMYK 0 0.41 0.52 0.12
HSL 12.82º 0.66% 0.65% -
HSV(B) 12.82º 0.52% 0.88% -
XYZ 42.15 33.87 18.5 -
YUV 157.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 225 133 108 0 0.41 0.52 0.12 12.82 0.66 0.65
Hex E1 85 6C 0 29 34 C D 42 41
Octal 341 205 154 0 51 64 14 15 102 101
Binary 11100001 10000101 1101100 0 101001 110100 1100 1101 1000010 1000001

Color Harmonies of #E1856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1856C

Black with #E1856C

Text Example


Text Example

White with #E1856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1856C; }

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

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

background-color css

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

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

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

border-color css

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

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

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