Html Css Color HEX #E28676 New York Pink

📋 copy color: '#E28676'

red 226 ◦ green 134 ◦ blue 118

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

Shades of New York Pink #E28676

Tints of New York Pink #E28676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.03%

 BLUE value IS 118 (46.48% from 255) = 24.69%

R = 47.28%
G = 28.03%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E28676 (or 0xE28676) is known color: New York Pink. HEX triplet: E2, 86 and 76. RGB value is (226,134,118). Sum of RGB (Red+Green+Blue) = 226+134+118=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E28676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28676 is #1D7989. Grayscale: #9F9F9F. Windows color (decimal): -1931658 or 7767778. OLE color: 7767778.

HSL color Cylindrical-coordinate representation of color #E28676: hue angle of 8.89º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E28676 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 134 118 -
CMYK 0 0.41 0.48 0.11
HSL 8.89º 0.65% 0.67% -
HSV(B) 8.89º 0.48% 0.89% -
XYZ 43.16 34.53 21.53 -
YUV 159.68 104.48 175.3 -
System Red Green Blue C M Y K H S L
Decimal 226 134 118 0 0.41 0.48 0.11 8.89 0.65 0.67
Hex E2 86 76 0 29 30 B 9 41 43
Octal 342 206 166 0 51 60 13 11 101 103
Binary 11100010 10000110 1110110 0 101001 110000 1011 1001 1000001 1000011

Color Harmonies of #E28676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28676

Black with #E28676

Text Example


Text Example

White with #E28676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28676; }

 p { color: rgb(226,134,118); }

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

background-color css

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

 a { background-color: rgb(226,134,118); }

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

border-color css

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

 span { border-color: rgb(226,134,118); }

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