#E38070

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

Shades of New York Pink #E38070

Tints of New York Pink #E38070

Color information

#E38070 (or 0xE38070) is unknown color: approx New York Pink. HEX triplet: E3, 80 and 70. RGB value is (227,128,112). Sum of RGB (Red+Green+Blue) = 227+128+112=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E38070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38070 is #1C7F8F. Grayscale: #9B9B9B. Windows color (decimal): -1867664 or 7373027. OLE color: 7373027.

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

Color convert

RGB227128112-
CMYK00.440.510.11
HSL8.35º67.25%66.47%-
HSV(B)8.35º50.66%89.02%-
XYZ42.3232.9419.46-
YUV155.78103.3178.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.61%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=48.61%
G=27.41%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712811200.440.510.118.3567.2566.47
HexE3807002C33B84342
Octal343200160054631310103102
Binary1110001110000000111000001011001100111011100010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38070; }

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

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

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

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

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

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

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

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