#E28375

Color #E28375 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #E28375

Tints of New York Pink #E28375

Color information

#E28375 (or 0xE28375) is unknown color: approx New York Pink. HEX triplet: E2, 83 and 75. RGB value is (226,131,117). Sum of RGB (Red+Green+Blue) = 226+131+117=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E28375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28375 is #1D7C8A. Grayscale: #9D9D9D. Windows color (decimal): -1932427 or 7701474. OLE color: 7701474.

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

Color convert

RGB226131117-
CMYK00.420.480.11
HSL7.71º65.27%67.25%-
HSV(B)7.71º48.23%88.63%-
XYZ42.6933.6921.08-
YUV157.81104.97176.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.68%
GREEN value IS 131 (51.56% from 255) = 27.64%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=47.68%
G=27.64%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613111700.420.480.117.7165.2767.25
HexE2837502A30B84143
Octal342203165052601310101103
Binary1110001010000011111010101010101100001011100010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28375; }

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

 H1.HeaderClassName
 {
   color: #E28375;
 }
 .AnyTagClassName
 {
   color: #E28375;
 }
</style>
background-color css

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

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

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

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

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

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