Html Css Color HEX #E1857A New York Pink

📋 copy color: '#E1857A'

red 225 ◦ green 133 ◦ blue 122

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

Shades of New York Pink #E1857A

Tints of New York Pink #E1857A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.42%

R = 46.88%
G = 27.71%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1857A (or 0xE1857A) is known color: New York Pink. HEX triplet: E1, 85 and 7A. RGB value is (225,133,122). Sum of RGB (Red+Green+Blue) = 225+133+122=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1857A is #1E7A85. Grayscale: #9F9F9F. Windows color (decimal): -1997446 or 8029665. OLE color: 8029665.

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

Color convert

RGB 225 133 122 -
CMYK 0 0.41 0.46 0.12
HSL 6.41º 0.63% 0.68% -
HSV(B) 6.41º 0.46% 0.88% -
XYZ 42.95 34.19 22.75 -
YUV 159.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 225 133 122 0 0.41 0.46 0.12 6.41 0.63 0.68
Hex E1 85 7A 0 29 2E C 6 3F 44
Octal 341 205 172 0 51 56 14 6 77 104
Binary 11100001 10000101 1111010 0 101001 101110 1100 110 111111 1000100

Color Harmonies of #E1857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1857A

Black with #E1857A

Text Example


Text Example

White with #E1857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1857A; }

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

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

background-color css

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

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

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

border-color css

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

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

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