Html Css Color HEX #E28775 New York Pink

📋 copy color: '#E28775'

red 226 ◦ green 135 ◦ blue 117

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

Shades of New York Pink #E28775

Tints of New York Pink #E28775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.24%

 BLUE value IS 117 (46.09% from 255) = 24.48%

R = 47.28%
G = 28.24%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E28775 (or 0xE28775) is known color: New York Pink. HEX triplet: E2, 87 and 75. RGB value is (226,135,117). Sum of RGB (Red+Green+Blue) = 226+135+117=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E28775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28775 is #1D788A. Grayscale: #A0A0A0. Windows color (decimal): -1931403 or 7702498. OLE color: 7702498.

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

Color convert

RGB 226 135 117 -
CMYK 0 0.40 0.48 0.11
HSL 9.91º 0.65% 0.67% -
HSV(B) 9.91º 0.48% 0.89% -
XYZ 43.24 34.78 21.26 -
YUV 160.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 226 135 117 0 0.40 0.48 0.11 9.91 0.65 0.67
Hex E2 87 75 0 28 30 B A 41 43
Octal 342 207 165 0 50 60 13 12 101 103
Binary 11100010 10000111 1110101 0 101000 110000 1011 1010 1000001 1000011

Color Harmonies of #E28775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28775

Black with #E28775

Text Example


Text Example

White with #E28775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28775; }

 p { color: rgb(226,135,117); }

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

background-color css

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

 a { background-color: rgb(226,135,117); }

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

border-color css

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

 span { border-color: rgb(226,135,117); }

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