#E07E73

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

Shades of New York Pink #E07E73

Tints of New York Pink #E07E73

Color information

#E07E73 (or 0xE07E73) is unknown color: approx New York Pink. HEX triplet: E0, 7E and 73. RGB value is (224,126,115). Sum of RGB (Red+Green+Blue) = 224+126+115=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E73 is #1F818C. Grayscale: #9A9A9A. Windows color (decimal): -2064781 or 7569120. OLE color: 7569120.

HSL color Cylindrical-coordinate representation of color #E07E73: hue angle of 6.06º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07E73 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB224126115-
CMYK00.440.490.12
HSL6.06º63.74%66.47%-
HSV(B)6.06º48.66%87.84%-
XYZ41.332.0120.22-
YUV154.05105.97177.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.17%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 115 (45.31% from 255) = 24.73%
R=48.17%
G=27.10%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412611500.440.490.126.0663.7466.47
HexE07E7302C31C64042
Octal34017616305461146100102
Binary11100000111111011100110101100110001110011010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07E73; }

 p { color: rgb(224,126,115); }

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

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

 a { background-color: rgb(224,126,115); }

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

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

 span { border-color: rgb(224,126,115); }

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