Html Css Color HEX #E1836A New York Pink

📋 copy color: '#E1836A'

red 225 ◦ green 131 ◦ blue 106

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

Shades of New York Pink #E1836A

Tints of New York Pink #E1836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.35%

 BLUE value IS 106 (41.8% from 255) = 22.94%

R = 48.7%
G = 28.35%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1836A (or 0xE1836A) is known color: New York Pink. HEX triplet: E1, 83 and 6A. RGB value is (225,131,106). Sum of RGB (Red+Green+Blue) = 225+131+106=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1836A is #1E7C95. Grayscale: #9C9C9C. Windows color (decimal): -1997974 or 6980577. OLE color: 6980577.

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

Color convert

RGB 225 131 106 -
CMYK 0 0.42 0.53 0.12
HSL 12.61º 0.66% 0.65% -
HSV(B) 12.61º 0.53% 0.88% -
XYZ 41.77 33.28 17.86 -
YUV 156.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 225 131 106 0 0.42 0.53 0.12 12.61 0.66 0.65
Hex E1 83 6A 0 2A 35 C D 42 41
Octal 341 203 152 0 52 65 14 15 102 101
Binary 11100001 10000011 1101010 0 101010 110101 1100 1101 1000010 1000001

Color Harmonies of #E1836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1836A

Black with #E1836A

Text Example


Text Example

White with #E1836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1836A; }

 p { color: rgb(225,131,106); }

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

background-color css

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

 a { background-color: rgb(225,131,106); }

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

border-color css

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

 span { border-color: rgb(225,131,106); }

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