#E07C67

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

Shades of New York Pink #E07C67

Tints of New York Pink #E07C67

Color information

#E07C67 (or 0xE07C67) is unknown color: approx New York Pink. HEX triplet: E0, 7C and 67. RGB value is (224,124,103). Sum of RGB (Red+Green+Blue) = 224+124+103=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C67 is #1F8398. Grayscale: #979797. Windows color (decimal): -2065305 or 6782176. OLE color: 6782176.

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

Color convert

RGB224124103-
CMYK00.450.540.12
HSL10.41º66.12%64.12%-
HSV(B)10.41º54.02%87.84%-
XYZ40.431.2416.73-
YUV151.51100.63179.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.67%
GREEN value IS 124 (48.83% from 255) = 27.49%
BLUE value IS 103 (40.62% from 255) = 22.84%
R=49.67%
G=27.49%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412410300.450.540.1210.4166.1264.12
HexE07C6702D36Ca4240
Octal340174147055661412102100
Binary111000001111100110011101011011101101100101010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07C67; }

 p { color: rgb(224,124,103); }

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

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

 a { background-color: rgb(224,124,103); }

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

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

 span { border-color: rgb(224,124,103); }

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