Html Css Color HEX #E1806E New York Pink

📋 copy color: '#E1806E'

red 225 ◦ green 128 ◦ blue 110

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

Shades of New York Pink #E1806E

Tints of New York Pink #E1806E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.65%

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

R = 48.6%
G = 27.65%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1806E (or 0xE1806E) is known color: New York Pink. HEX triplet: E1, 80 and 6E. RGB value is (225,128,110). Sum of RGB (Red+Green+Blue) = 225+128+110=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1806E is #1E7F91. Grayscale: #9B9B9B. Windows color (decimal): -1998738 or 7241953. OLE color: 7241953.

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

Color convert

RGB 225 128 110 -
CMYK 0 0.43 0.51 0.12
HSL 9.39º 0.66% 0.66% -
HSV(B) 9.39º 0.51% 0.88% -
XYZ 41.58 32.57 18.85 -
YUV 154.95 102.64 177.96 -
System Red Green Blue C M Y K H S L
Decimal 225 128 110 0 0.43 0.51 0.12 9.39 0.66 0.66
Hex E1 80 6E 0 2B 33 C 9 42 42
Octal 341 200 156 0 53 63 14 11 102 102
Binary 11100001 10000000 1101110 0 101011 110011 1100 1001 1000010 1000010

Color Harmonies of #E1806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1806E

Black with #E1806E

Text Example


Text Example

White with #E1806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1806E; }

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

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

background-color css

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

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

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

border-color css

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

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

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