#E38475

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

Shades of New York Pink #E38475

Tints of New York Pink #E38475

Color information

#E38475 (or 0xE38475) is unknown color: approx New York Pink. HEX triplet: E3, 84 and 75. RGB value is (227,132,117). Sum of RGB (Red+Green+Blue) = 227+132+117=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E38475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38475 is #1C7B8A. Grayscale: #9E9E9E. Windows color (decimal): -1866635 or 7701731. OLE color: 7701731.

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

Color convert

RGB227132117-
CMYK00.420.480.11
HSL8.18º66.27%67.45%-
HSV(B)8.18º48.46%89.02%-
XYZ43.1434.1221.14-
YUV158.69104.47176.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.69%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=47.69%
G=27.73%
B=24.58%

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
Decimal22713211700.420.480.118.1866.2767.45
HexE3847502A30B84243
Octal343204165052601310102103
Binary1110001110000100111010101010101100001011100010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38475; }

 p { color: rgb(227,132,117); }

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

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

 a { background-color: rgb(227,132,117); }

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

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

 span { border-color: rgb(227,132,117); }

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