Html Css Color HEX #E6826C New York Pink

📋 copy color: '#E6826C'

red 230 ◦ green 130 ◦ blue 108

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

Shades of New York Pink #E6826C

Tints of New York Pink #E6826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.78%

 BLUE value IS 108 (42.58% from 255) = 23.08%

R = 49.15%
G = 27.78%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6826C (or 0xE6826C) is known color: New York Pink. HEX triplet: E6, 82 and 6C. RGB value is (230,130,108). Sum of RGB (Red+Green+Blue) = 230+130+108=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6826C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6826C is #197D93. Grayscale: #9D9D9D. Windows color (decimal): -1670548 or 7111398. OLE color: 7111398.

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

Color convert

RGB 230 130 108 -
CMYK 0 0.43 0.53 0.10
HSL 10.82º 0.71% 0.66% -
HSV(B) 10.82º 0.53% 0.9% -
XYZ 43.32 33.87 18.44 -
YUV 157.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 230 130 108 0 0.43 0.53 0.10 10.82 0.71 0.66
Hex E6 82 6C 0 2B 35 A B 47 42
Octal 346 202 154 0 53 65 12 13 107 102
Binary 11100110 10000010 1101100 0 101011 110101 1010 1011 1000111 1000010

Color Harmonies of #E6826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6826C

Black with #E6826C

Text Example


Text Example

White with #E6826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6826C; }

 p { color: rgb(230,130,108); }

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

background-color css

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

 a { background-color: rgb(230,130,108); }

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

border-color css

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

 span { border-color: rgb(230,130,108); }

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