Html Css Color HEX #E8826E New York Pink

📋 copy color: '#E8826E'

red 232 ◦ green 130 ◦ blue 110

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

Shades of New York Pink #E8826E

Tints of New York Pink #E8826E

RGB

 RED value IS 232 (91.02% from 255) = 49.15%

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

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

R = 49.15%
G = 27.54%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8826E (or 0xE8826E) is known color: New York Pink. HEX triplet: E8, 82 and 6E. RGB value is (232,130,110). Sum of RGB (Red+Green+Blue) = 232+130+110=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E8826E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8826E is #177D91. Grayscale: #9E9E9E. Windows color (decimal): -1539474 or 7242472. OLE color: 7242472.

HSL color Cylindrical-coordinate representation of color #E8826E: hue angle of 9.84º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8826E is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 130 110 -
CMYK 0 0.44 0.53 0.09
HSL 9.84º 0.73% 0.67% -
HSV(B) 9.84º 0.53% 0.91% -
XYZ 44.08 34.25 19.04 -
YUV 158.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 232 130 110 0 0.44 0.53 0.09 9.84 0.73 0.67
Hex E8 82 6E 0 2C 35 9 A 49 43
Octal 350 202 156 0 54 65 11 12 111 103
Binary 11101000 10000010 1101110 0 101100 110101 1001 1010 1001001 1000011

Color Harmonies of #E8826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8826E

Black with #E8826E

Text Example


Text Example

White with #E8826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8826E; }

 p { color: rgb(232,130,110); }

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

background-color css

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

 a { background-color: rgb(232,130,110); }

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

border-color css

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

 span { border-color: rgb(232,130,110); }

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