#E38770

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

Shades of New York Pink #E38770

Tints of New York Pink #E38770

Color information

#E38770 (or 0xE38770) is unknown color: approx New York Pink. HEX triplet: E3, 87 and 70. RGB value is (227,135,112). Sum of RGB (Red+Green+Blue) = 227+135+112=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E38770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38770 is #1C788F. Grayscale: #A0A0A0. Windows color (decimal): -1865872 or 7374819. OLE color: 7374819.

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

Color convert

RGB227135112-
CMYK00.410.510.11
HSL12º67.25%66.47%-
HSV(B)12º50.66%89.02%-
XYZ43.2734.8319.77-
YUV159.89100.98175.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.89%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 112 (44.14% from 255) = 23.63%
R=47.89%
G=28.48%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713511200.410.510.111267.2566.47
HexE3877002933Bc4342
Octal343207160051631314103102
Binary1110001110000111111000001010011100111011110010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38770; }

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

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

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

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

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

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

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

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