#E38972

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

Shades of New York Pink #E38972

Tints of New York Pink #E38972

Color information

#E38972 (or 0xE38972) is unknown color: approx New York Pink. HEX triplet: E3, 89 and 72. RGB value is (227,137,114). Sum of RGB (Red+Green+Blue) = 227+137+114=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E38972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38972 is #1C768D. Grayscale: #A1A1A1. Windows color (decimal): -1865358 or 7506403. OLE color: 7506403.

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

Color convert

RGB227137114-
CMYK00.400.500.11
HSL12.21º66.86%66.86%-
HSV(B)12.21º49.78%89.02%-
XYZ43.6635.4420.46-
YUV161.29101.32174.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.49%
GREEN value IS 137 (53.91% from 255) = 28.66%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=47.49%
G=28.66%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713711400.400.500.1112.2166.8666.86
HexE3897202832Bc4343
Octal343211162050621314103103
Binary1110001110001001111001001010001100101011110010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38972; }

 p { color: rgb(227,137,114); }

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

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

 a { background-color: rgb(227,137,114); }

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

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

 span { border-color: rgb(227,137,114); }

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