Html Css Color HEX #E28379 New York Pink

📋 copy color: '#E28379'

red 226 ◦ green 131 ◦ blue 121

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

Shades of New York Pink #E28379

Tints of New York Pink #E28379

RGB

 RED value IS 226 (88.67% from 255) = 47.28%

 GREEN value IS 131 (51.56% from 255) = 27.41%

 BLUE value IS 121 (47.66% from 255) = 25.31%

R = 47.28%
G = 27.41%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E28379 (or 0xE28379) is known color: New York Pink. HEX triplet: E2, 83 and 79. RGB value is (226,131,121). Sum of RGB (Red+Green+Blue) = 226+131+121=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E28379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28379 is #1D7C86. Grayscale: #9E9E9E. Windows color (decimal): -1932423 or 7963618. OLE color: 7963618.

HSL color Cylindrical-coordinate representation of color #E28379: hue angle of 5.71º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E28379 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 131 121 -
CMYK 0 0.42 0.46 0.11
HSL 5.71º 0.64% 0.68% -
HSV(B) 5.71º 0.46% 0.89% -
XYZ 42.93 33.78 22.35 -
YUV 158.27 106.97 176.31 -
System Red Green Blue C M Y K H S L
Decimal 226 131 121 0 0.42 0.46 0.11 5.71 0.64 0.68
Hex E2 83 79 0 2A 2E B 6 40 44
Octal 342 203 171 0 52 56 13 6 100 104
Binary 11100010 10000011 1111001 0 101010 101110 1011 110 1000000 1000100

Color Harmonies of #E28379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28379

Black with #E28379

Text Example


Text Example

White with #E28379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28379; }

 p { color: rgb(226,131,121); }

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

background-color css

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

 a { background-color: rgb(226,131,121); }

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

border-color css

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

 span { border-color: rgb(226,131,121); }

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