Html Css Color HEX #E6806D New York Pink

📋 copy color: '#E6806D'

red 230 ◦ green 128 ◦ blue 109

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

Shades of New York Pink #E6806D

Tints of New York Pink #E6806D

RGB

 RED value IS 230 (90.23% from 255) = 49.25%

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

 BLUE value IS 109 (42.97% from 255) = 23.34%

R = 49.25%
G = 27.41%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6806D (or 0xE6806D) is known color: New York Pink. HEX triplet: E6, 80 and 6D. RGB value is (230,128,109). Sum of RGB (Red+Green+Blue) = 230+128+109=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6806D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6806D is #197F92. Grayscale: #9C9C9C. Windows color (decimal): -1671059 or 7176422. OLE color: 7176422.

HSL color Cylindrical-coordinate representation of color #E6806D: hue angle of 9.42º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6806D is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 128 109 -
CMYK 0 0.44 0.53 0.10
HSL 9.42º 0.71% 0.66% -
HSV(B) 9.42º 0.53% 0.9% -
XYZ 43.11 33.37 18.64 -
YUV 156.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 230 128 109 0 0.44 0.53 0.10 9.42 0.71 0.66
Hex E6 80 6D 0 2C 35 A 9 47 42
Octal 346 200 155 0 54 65 12 11 107 102
Binary 11100110 10000000 1101101 0 101100 110101 1010 1001 1000111 1000010

Color Harmonies of #E6806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6806D

Black with #E6806D

Text Example


Text Example

White with #E6806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6806D; }

 p { color: rgb(230,128,109); }

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

background-color css

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

 a { background-color: rgb(230,128,109); }

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

border-color css

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

 span { border-color: rgb(230,128,109); }

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