Html Css Color HEX #E0796A New York Pink

📋 copy color: '#E0796A'

red 224 ◦ green 121 ◦ blue 106

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

Shades of New York Pink #E0796A

Tints of New York Pink #E0796A

RGB

 RED value IS 224 (87.89% from 255) = 49.67%

 GREEN value IS 121 (47.66% from 255) = 26.83%

 BLUE value IS 106 (41.8% from 255) = 23.5%

R = 49.67%
G = 26.83%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0796A (or 0xE0796A) is known color: New York Pink. HEX triplet: E0, 79 and 6A. RGB value is (224,121,106). Sum of RGB (Red+Green+Blue) = 224+121+106=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0796A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0796A is #1F8695. Grayscale: #969696. Windows color (decimal): -2066070 or 6978016. OLE color: 6978016.

HSL color Cylindrical-coordinate representation of color #E0796A: hue angle of 7.63º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0796A is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 121 106 -
CMYK 0 0.46 0.53 0.12
HSL 7.63º 0.66% 0.65% -
HSV(B) 7.63º 0.53% 0.88% -
XYZ 40.18 30.56 17.42 -
YUV 150.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 224 121 106 0 0.46 0.53 0.12 7.63 0.66 0.65
Hex E0 79 6A 0 2E 35 C 8 42 41
Octal 340 171 152 0 56 65 14 10 102 101
Binary 11100000 1111001 1101010 0 101110 110101 1100 1000 1000010 1000001

Color Harmonies of #E0796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0796A

Black with #E0796A

Text Example


Text Example

White with #E0796A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0796A; }

 p { color: rgb(224,121,106); }

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

background-color css

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

 a { background-color: rgb(224,121,106); }

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

border-color css

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

 span { border-color: rgb(224,121,106); }

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