Html Css Color HEX #E1856E New York Pink

📋 copy color: '#E1856E'

red 225 ◦ green 133 ◦ blue 110

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

Shades of New York Pink #E1856E

Tints of New York Pink #E1856E

RGB

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

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

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

R = 48.08%
G = 28.42%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1856E (or 0xE1856E) is known color: New York Pink. HEX triplet: E1, 85 and 6E. RGB value is (225,133,110). Sum of RGB (Red+Green+Blue) = 225+133+110=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1856E is #1E7A91. Grayscale: #9E9E9E. Windows color (decimal): -1997458 or 7243233. OLE color: 7243233.

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

Color convert

RGB 225 133 110 -
CMYK 0 0.41 0.51 0.12
HSL 12º 0.66% 0.66% -
HSV(B) 12º 0.51% 0.88% -
XYZ 42.25 33.91 19.07 -
YUV 157.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 225 133 110 0 0.41 0.51 0.12 12 0.66 0.66
Hex E1 85 6E 0 29 33 C C 42 42
Octal 341 205 156 0 51 63 14 14 102 102
Binary 11100001 10000101 1101110 0 101001 110011 1100 1100 1000010 1000010

Color Harmonies of #E1856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1856E

Black with #E1856E

Text Example


Text Example

White with #E1856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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