Html Css Color HEX #E5826C New York Pink

📋 copy color: '#E5826C'

red 229 ◦ green 130 ◦ blue 108

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

Shades of New York Pink #E5826C

Tints of New York Pink #E5826C

RGB

 RED value IS 229 (89.84% from 255) = 49.04%

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

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

R = 49.04%
G = 27.84%
B = 23.13%

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

#E5826C (or 0xE5826C) is known color: New York Pink. HEX triplet: E5, 82 and 6C. RGB value is (229,130,108). Sum of RGB (Red+Green+Blue) = 229+130+108=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5826C is #1A7D93. Grayscale: #9D9D9D. Windows color (decimal): -1736084 or 7111397. OLE color: 7111397.

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

Color convert

RGB 229 130 108 -
CMYK 0 0.43 0.53 0.10
HSL 10.91º 0.7% 0.66% -
HSV(B) 10.91º 0.53% 0.9% -
XYZ 43 33.71 18.43 -
YUV 157.09 100.3 179.29 -
System Red Green Blue C M Y K H S L
Decimal 229 130 108 0 0.43 0.53 0.10 10.91 0.7 0.66
Hex E5 82 6C 0 2B 35 A B 46 42
Octal 345 202 154 0 53 65 12 13 106 102
Binary 11100101 10000010 1101100 0 101011 110101 1010 1011 1000110 1000010

Color Harmonies of #E5826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5826C

Black with #E5826C

Text Example


Text Example

White with #E5826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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