#E38270

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

Shades of New York Pink #E38270

Tints of New York Pink #E38270

Color information

#E38270 (or 0xE38270) is unknown color: approx New York Pink. HEX triplet: E3, 82 and 70. RGB value is (227,130,112). Sum of RGB (Red+Green+Blue) = 227+130+112=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E38270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38270 is #1C7D8F. Grayscale: #9D9D9D. Windows color (decimal): -1867152 or 7373539. OLE color: 7373539.

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

Color convert

RGB227130112-
CMYK00.430.510.11
HSL9.39º67.25%66.47%-
HSV(B)9.39º50.66%89.02%-
XYZ42.5933.4719.54-
YUV156.95102.64177.96-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.40%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=48.40%
G=27.72%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713011200.430.510.119.3967.2566.47
HexE3827002B33B94342
Octal343202160053631311103102
Binary1110001110000010111000001010111100111011100110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38270; }

 p { color: rgb(227,130,112); }

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

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

 a { background-color: rgb(227,130,112); }

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

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

 span { border-color: rgb(227,130,112); }

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