#E38C7C

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

Shades of New York Pink #E38C7C

Tints of New York Pink #E38C7C

Color information

#E38C7C (or 0xE38C7C) is unknown color: approx New York Pink. HEX triplet: E3, 8C and 7C. RGB value is (227,140,124). Sum of RGB (Red+Green+Blue) = 227+140+124=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38C7C is #1C7383. Grayscale: #A4A4A4. Windows color (decimal): -1864580 or 8162531. OLE color: 8162531.

HSL color Cylindrical-coordinate representation of color #E38C7C: hue angle of 9.32º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E38C7C is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB227140124-
CMYK00.380.450.11
HSL9.32º64.78%68.82%-
HSV(B)9.32º45.37%89.02%-
XYZ44.6936.5423.77-
YUV164.19105.32172.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.23%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=46.23%
G=28.51%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714012400.380.450.119.3264.7868.82
HexE38C7C0262DB94145
Octal343214174046551311101105
Binary1110001110001100111110001001101011011011100110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38C7C; }

 p { color: rgb(227,140,124); }

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

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

 a { background-color: rgb(227,140,124); }

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

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

 span { border-color: rgb(227,140,124); }

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