Html Css Color HEX #E28576 New York Pink

📋 copy color: '#E28576'

red 226 ◦ green 133 ◦ blue 118

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

Shades of New York Pink #E28576

Tints of New York Pink #E28576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.88%

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

R = 47.38%
G = 27.88%
B = 24.74%

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

#E28576 (or 0xE28576) is known color: New York Pink. HEX triplet: E2, 85 and 76. RGB value is (226,133,118). Sum of RGB (Red+Green+Blue) = 226+133+118=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E28576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28576 is #1D7A89. Grayscale: #9F9F9F. Windows color (decimal): -1931914 or 7767522. OLE color: 7767522.

HSL color Cylindrical-coordinate representation of color #E28576: hue angle of 8.33º 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 #E28576 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 133 118 -
CMYK 0 0.41 0.48 0.11
HSL 8.33º 0.65% 0.67% -
HSV(B) 8.33º 0.48% 0.89% -
XYZ 43.02 34.25 21.48 -
YUV 159.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 226 133 118 0 0.41 0.48 0.11 8.33 0.65 0.67
Hex E2 85 76 0 29 30 B 8 41 43
Octal 342 205 166 0 51 60 13 10 101 103
Binary 11100010 10000101 1110110 0 101001 110000 1011 1000 1000001 1000011

Color Harmonies of #E28576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28576

Black with #E28576

Text Example


Text Example

White with #E28576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28576; }

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

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

background-color css

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

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

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

border-color css

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

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

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