Html Css Color HEX #E1806F New York Pink

📋 copy color: '#E1806F'

red 225 ◦ green 128 ◦ blue 111

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

Shades of New York Pink #E1806F

Tints of New York Pink #E1806F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.92%

R = 48.49%
G = 27.59%
B = 23.92%

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

#E1806F (or 0xE1806F) is known color: New York Pink. HEX triplet: E1, 80 and 6F. RGB value is (225,128,111). Sum of RGB (Red+Green+Blue) = 225+128+111=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1806F is #1E7F90. Grayscale: #9B9B9B. Windows color (decimal): -1998737 or 7307489. OLE color: 7307489.

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

Color convert

RGB 225 128 111 -
CMYK 0 0.43 0.51 0.12
HSL 8.95º 0.66% 0.66% -
HSV(B) 8.95º 0.51% 0.88% -
XYZ 41.64 32.59 19.14 -
YUV 155.07 103.14 177.88 -
System Red Green Blue C M Y K H S L
Decimal 225 128 111 0 0.43 0.51 0.12 8.95 0.66 0.66
Hex E1 80 6F 0 2B 33 C 9 42 42
Octal 341 200 157 0 53 63 14 11 102 102
Binary 11100001 10000000 1101111 0 101011 110011 1100 1001 1000010 1000010

Color Harmonies of #E1806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1806F

Black with #E1806F

Text Example


Text Example

White with #E1806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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