Html Css Color HEX #E7826D New York Pink

📋 copy color: '#E7826D'

red 231 ◦ green 130 ◦ blue 109

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

Shades of New York Pink #E7826D

Tints of New York Pink #E7826D

RGB

 RED value IS 231 (90.63% from 255) = 49.15%

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

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

R = 49.15%
G = 27.66%
B = 23.19%

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

#E7826D (or 0xE7826D) is known color: New York Pink. HEX triplet: E7, 82 and 6D. RGB value is (231,130,109). Sum of RGB (Red+Green+Blue) = 231+130+109=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E7826D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7826D is #187D92. Grayscale: #9D9D9D. Windows color (decimal): -1605011 or 7176935. OLE color: 7176935.

HSL color Cylindrical-coordinate representation of color #E7826D: hue angle of 10.33º degrees, saturation: 0.72, 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 #E7826D is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 130 109 -
CMYK 0 0.44 0.53 0.09
HSL 10.33º 0.72% 0.67% -
HSV(B) 10.33º 0.53% 0.91% -
XYZ 43.7 34.06 18.74 -
YUV 157.81 100.46 180.21 -
System Red Green Blue C M Y K H S L
Decimal 231 130 109 0 0.44 0.53 0.09 10.33 0.72 0.67
Hex E7 82 6D 0 2C 35 9 A 48 43
Octal 347 202 155 0 54 65 11 12 110 103
Binary 11100111 10000010 1101101 0 101100 110101 1001 1010 1001000 1000011

Color Harmonies of #E7826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7826D

Black with #E7826D

Text Example


Text Example

White with #E7826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7826D; }

 p { color: rgb(231,130,109); }

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

background-color css

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

 a { background-color: rgb(231,130,109); }

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

border-color css

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

 span { border-color: rgb(231,130,109); }

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